Class: FastHaml::FilterCompilers::Scss
- Defined in:
- lib/fast_haml/filter_compilers/scss.rb
Instance Method Summary collapse
Methods inherited from TiltBase
Instance Method Details
#compile(texts) ⇒ Object
6 7 8 9 |
# File 'lib/fast_haml/filter_compilers/scss.rb', line 6 def compile(texts) temple = compile_with_tilt('scss', texts) [:haml, :tag, 'style', false, [:html, :attrs], temple] end |