Created
June 11, 2015 11:11
-
-
Save veganista/c2aaa8da2ebfbde0b4f1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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) | |
// ---- | |
$_gridle-version: "1.0.0"; | |
$gridle-settings : "{"; | |
$gridle-settings : "#{$gridle-settings} \"version\" : \"#{$_gridle-version}\""; | |
$gridle-settings : "#{$gridle-settings} }"; | |
#gridle-settings { | |
content : $gridle-settings; | |
} |
This file contains hidden or 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
#gridle-settings { | |
content: '{ \\"version\\" : \\"1.0.0\\" }'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment