layout - Changing navigation using Susy -
how can change layout of different elements of page using susy, instance, change top navigation of page bar when on desktop, button dropdown when on mobile?
use at-breakpoint mixin (see docs):
// mobile styles here @include at-breakpoint($min-screen-width $large-columns) { // screen styles here } you can see at-breakpoint in several demos on susy site.
Comments
Post a Comment