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:
parent
7ab3565256
commit
b90d00c84e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue