Skip to content

Instantly share code, notes, and snippets.

@carpeliam
Created August 22, 2011 18:01
Show Gist options
  • Select an option

  • Save carpeliam/1163049 to your computer and use it in GitHub Desktop.

Select an option

Save carpeliam/1163049 to your computer and use it in GitHub Desktop.
Sass output
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