Created
October 28, 2014 13:43
-
-
Save helenvholmes/6918f2d6f96d77a4e554 to your computer and use it in GitHub Desktop.
Debug Sass
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
$test: tomato; | |
.selector { | |
background-color: $test; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment