1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Update sass example re. options

This commit is contained in:
Simon Rozet 2009-12-19 09:06:28 +01:00
parent 7ab3565256
commit b90d00c84e

View file

@ -187,7 +187,7 @@ and overridden on an individual basis.
get '/stylesheet.css' do
content_type 'text/css', :charset => 'utf-8'
sass :stylesheet, :sass_options => {:style => :expanded } # overridden
sass :stylesheet, :style => :expanded # overridden
end