sass 3.1 has been released

This commit is contained in:
Konstantin Haase 2011-04-26 12:32:19 +02:00
parent 0e5d705636
commit a7bf182e08
2 changed files with 1 additions and 4 deletions

View File

@ -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'

View File

@ -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/]