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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -