Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created October 7, 2014 16:54
Show Gist options
  • Save mirisuzanne/c5b939eb221b6ef38d41 to your computer and use it in GitHub Desktop.
Save mirisuzanne/c5b939eb221b6ef38d41 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// Susy (v2.1.3)
// ----
@import "susy";
@include layout(12 border-box);
.span {
@include span(2);
}
.span {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 15.25424%;
float: left;
margin-right: 1.69492%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment