Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created December 30, 2014 03:23
Show Gist options
  • Select an option

  • Save mirisuzanne/6fbbc3e2e571fff9f3a5 to your computer and use it in GitHub Desktop.

Select an option

Save mirisuzanne/6fbbc3e2e571fff9f3a5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// Susy (v2.1.3)
// ----
@import 'susy';
$my-layout: (gutters: 0);
.my-class {
@include span(3);
}
.my-new-class {
@include with-layout($my-layout) {
@include span(3);
}
}
.my-class {
width: 73.68421%;
float: left;
margin-right: 5.26316%;
}
.my-new-class {
width: 75%;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment