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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -