嘿,人们在更改顶部导航的断点时遇到问题,它切换到下拉菜单。
这是我第一个使用 Foundation 4.0 的项目。我找到了这个
* Transitions and breakpoint styles */
$topbar-transition-speed: 300ms;
$topbar-breakpoint: emCalc(940); /* Change to 9999px for always mobile layout */
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
但我不确定如何实现..我还没有使用 Sacss.. 最终。.