Skip to content

Instantly share code, notes, and snippets.

@oilvier
Created June 11, 2015 13:48
Show Gist options
  • Save oilvier/7e6068b2294c39a9e3e6 to your computer and use it in GitHub Desktop.
Save oilvier/7e6068b2294c39a9e3e6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
$gutter:20px;
.grids {margin:0 0 0 -$gutter;}
.grids {margin:0 0 0 (-$gutter);}
.grids {
margin: 0 0 -20px;
}
.grids {
margin: 0 0 0 -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment