Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created February 22, 2015 17:36
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 mirisuzanne/a7077ac6f2893672f380 to your computer and use it in GitHub Desktop.
Save mirisuzanne/a7077ac6f2893672f380 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
@import "susy";
.pad {
@include pad(1 of 12);
}
.negative-pad {
@include pad(-1 of 12);
}
.pad {
padding-left: 8.47458%;
padding-right: 8.47458%; }
.negative-pad {
padding-left: -8.47458%;
padding-right: -8.47458%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment