Class: Nanoc::Filters::SassFilter Private

Inherits:
Nanoc::Filter
  • Object
show all
Includes:
SassCommon
Defined in:
lib/nanoc/filters/sass.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Constant Summary

Constants included from SassCommon

Nanoc::Filters::SassCommon::REQUIRES

Instance Method Summary collapse

Methods included from SassCommon

#css, #sourcemap

Instance Method Details

#run(content, params = {}) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



56
57
58
# File 'lib/nanoc/filters/sass.rb', line 56

def run(content, params = {})
  css(self, @item_rep, content, params)
end