mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
sass 3.1 has been released
This commit is contained in:
parent
0e5d705636
commit
a7bf182e08
2 changed files with 1 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -25,6 +25,7 @@ if tilt != 'stable'
|
|||
end
|
||||
|
||||
gem 'haml', '>= 3.0', :group => 'haml'
|
||||
gem 'sass', :group => 'sass'
|
||||
gem 'builder', :group => 'builder'
|
||||
gem 'erubis', :group => 'erubis'
|
||||
gem 'less', :group => 'less'
|
||||
|
|
|
@ -336,16 +336,12 @@ Dependency:: {sass}[http://sass-lang.com/]
|
|||
File Extensions:: <tt>.sass</tt>
|
||||
Example:: <tt>sass :stylesheet, :style => :expanded</tt>
|
||||
|
||||
Up until version 3.0, Sass is included in the +haml+ gem.
|
||||
|
||||
=== SCSS Templates
|
||||
|
||||
Dependency:: {sass}[http://sass-lang.com/]
|
||||
File Extensions:: <tt>.scss</tt>
|
||||
Example:: <tt>scss :stylesheet, :style => :expanded</tt>
|
||||
|
||||
Up until version 3.0, SCSS is included in the +haml+ gem.
|
||||
|
||||
=== Less Templates
|
||||
|
||||
Dependency:: {less}[http://www.lesscss.org/]
|
||||
|
|
Loading…
Reference in a new issue