Skip to content

Instantly share code, notes, and snippets.

@johnbintz
Created July 14, 2010 22:21
Show Gist options
  • Save johnbintz/476192 to your computer and use it in GitHub Desktop.
Save johnbintz/476192 to your computer and use it in GitHub Desktop.
#
# Get SCSS working in Sinatra
#
configure do
Tilt.register 'scss', Tilt::SassTemplate
set :sass, Compass.sass_options.merge({:syntax => :scss})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment