Created
August 22, 2011 18:01
-
-
Save carpeliam/1163049 to your computer and use it in GitHub Desktop.
Sass output
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
| Sass::Engine.new(".GreenLight\n background-color: #0FF", :syntax => :sass).render | |
| # returns => ".GreenLight {\n background-color: aqua; }\n" | |
| # Is there a way to have Sass output #0FF instead of aqua? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment