Created
September 23, 2014 20:53
-
-
Save srph/33128f6d4f10337251d4 to your computer and use it in GitHub Desktop.
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
| @import "framework"; | |
| @example-variable: #000; |
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
| @example-variable: #fff; | |
| .example-class { | |
| color: @example-variable | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment