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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -