Last active
August 29, 2015 14:06
-
-
Save reactormade/bec422f5d01e00e69f35 to your computer and use it in GitHub Desktop.
Change Zurb Foundation 5 topbar responsive breakpoints in SCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$topbar-breakpoint: #{upper-bound($medium-range)}; // Change to 9999px for always mobile layout | |
$topbar-media-query: "only screen and (min-width: #{upper-bound($medium-range)})"; | |
// Source: http://foundation.zurb.com/forum/posts/1772-foundation-5-top-bar-breakpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment