Class Nanoc::Filters::Sass
In: lib/nanoc/filters/sass.rb
lib/nanoc/filters/sass/sass_filesystem_importer.rb
Parent: Nanoc::Filter

Methods

Classes and Modules

Class Nanoc::Filters::Sass::SassFilesystemImporter

Attributes

current  [RW]  The current filter. This is definitely going to bite me if I ever get to multithreading nanoc.

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]