Created
June 11, 2015 13:48
-
-
Save oilvier/7e6068b2294c39a9e3e6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
$gutter:20px; | |
.grids {margin:0 0 0 -$gutter;} | |
.grids {margin:0 0 0 (-$gutter);} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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