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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -