Class Nanoc3::Filters::Sass
In: lib/nanoc3/filters/sass.rb
Parent: Nanoc3::Filter

Methods

run  

Public Instance methods

Runs the content through [Sass](sass-lang.com/). Parameters passed to this filter will be passed on to Sass.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]