Class: Nanoc::Filters::SassSourcemapFilter Private
- Inherits:
-
Nanoc::Filter
- Object
- Nanoc::Filters::SassSourcemapFilter
- 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
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.
67 68 69 |
# File 'lib/nanoc/filters/sass.rb', line 67 def run(content, params = {}) sourcemap(self, @item_rep, content, params) end |