Skip to content

Instantly share code, notes, and snippets.

@reactormade
Last active August 29, 2015 14:06
Show Gist options
  • Save reactormade/bec422f5d01e00e69f35 to your computer and use it in GitHub Desktop.
Save reactormade/bec422f5d01e00e69f35 to your computer and use it in GitHub Desktop.
Change Zurb Foundation 5 topbar responsive breakpoints in SCSS
$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