Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created August 4, 2009 18:55
Show Gist options
  • Save tdreyno/161445 to your computer and use it in GitHub Desktop.
Save tdreyno/161445 to your computer and use it in GitHub Desktop.
module ::Haml::Filters::Sass
def render(text)
::Sass::Engine.new(text, Compass.sass_engine_options).render
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment