Class: Faml::FilterCompilers::Scss
- Defined in:
- lib/faml/filter_compilers/scss.rb
Instance Method Summary collapse
Methods inherited from TiltBase
Methods inherited from Base
Instance Method Details
#compile(ast) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/faml/filter_compilers/scss.rb', line 7 def compile(ast) temple = [:multi, [:static, "\n"], [:newline]] compile_with_tilt(temple, 'scss', ast, indent_width: 2) temple << [:static, "\n"] [:haml, :tag, 'style', false, [:html, :attrs], temple] end |