mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
211 B
Ruby
9 lines
211 B
Ruby
Haml::Util.try_sass
|
|
Haml::Util.haml_warn(<<WARNING)
|
|
Haml will no longer automatically load Sass in Haml 3.2.0.
|
|
Please add config.gem 'sass' to your environment.rb.
|
|
WARNING
|
|
|
|
require 'sass'
|
|
require 'sass/plugin'
|
|
|