Module Haml::Filters::Sass
In: lib/haml/filters.rb

Parses the filtered text with {Sass} to produce CSS output.

Methods

render  

Included Modules

Base

Public Instance methods

@see Base#render

[Source]

     # File lib/haml/filters.rb, line 273
273:       def render(text)
274:         ::Sass::Engine.new(text, ::Sass::Plugin.engine_options).render
275:       end

[Validate]