Skip to content

Instantly share code, notes, and snippets.

@dannyprose
Created May 10, 2012 20:38
Show Gist options
  • Save dannyprose/2655737 to your computer and use it in GitHub Desktop.
Save dannyprose/2655737 to your computer and use it in GitHub Desktop.
Helping Danny understand Susy's responsive grids and breakpoints
// Hey Eric, I'm hoping you can help me "get" the responsive part
// of Susy 1.0. I think I'm still a little unsure about it, and
// I'd like to make sure I'm implementing it correctly.
// Please feel free to adjust below into what should be a proper use case.
#main {
@include container;
section.nav {
@include span-columns(12);
//Say I want to make this a fixed element on mobile....Say IPhone dimensions in this example
}
}
@dannyprose
Copy link
Author

I think that cleared it up. Thanks man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment