Skip to content

Instantly share code, notes, and snippets.

@stryju
Created March 20, 2013 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stryju/5205408 to your computer and use it in GitHub Desktop.
Save stryju/5205408 to your computer and use it in GitHub Desktop.
missing zurb push / pull classes
// the missing push/pull classes:
.push-1 {
right: auto;
left: (1/12) * 100%;
}
.pull-1 {
right: (1/12) * 100%;
left: auto;
}
.push-11 {
right: auto;
left: (11/12) * 100%;
}
.pull-11 {
right: (11/12) * 100%;
left: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment