Method: AssetHelper#with_sass
- Defined in:
- lib/generator/helper/asset_helper.rb
#with_sass(&block) ⇒ Object
18 19 20 21 22 23 |
# File 'lib/generator/helper/asset_helper.rb', line 18 def with_sass(&block) input = capture_haml(&block) content_tag :style do raw Generator::SassGenerator.new.compile(input) end end |