How can i change/add a breakpoint in Foundation 6? -


i started new project using foundation 6 , there 1 problem can't fix. topbar has lot of links , when comes <= 800px topbar breaks 2 columns, doesn't anymore. want add new breakpoint , set data-hide-for value new breakpoint.

<div class="title-bar" data-responsive-toggle="responsive-menu" data-hide-for="test"> <button class="menu-icon" type="button" data-toggle="responsive-menu"></button> 

but when change test purpose medium breakpoint 640px 800px in _settings.scss, topbar still breaks @ 640px, haven't change anything.

$breakpoints: (small: 0,medium: 640px,test: 800px,large: 1024px,xlarge: 1200px,xxlarge: 1440px,); 

does have solution problem ?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -