Created
September 25, 2015 06:52
-
-
Save impressivewebs/637c3681648a713c84fa 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.5) | |
// ---- | |
$theme: "#ccc"; | |
body { | |
background-color: $theme; | |
} | |
/* Test comment #{$theme} */ |
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
body { | |
background-color: "#ccc"; | |
} | |
/* Test comment #ccc */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment