Class: Sass::Tree::Visitors::Cssize
- Inherits:
-
Base
- Object
- Base
- Sass::Tree::Visitors::Cssize
- Defined in:
- .ruby-sass/lib/sass/tree/visitors/cssize.rb
Overview
A visitor for converting a static Sass tree into a static CSS tree.
Defined Under Namespace
Class Method Summary (collapse)
-
.visit(root) ⇒ (Tree::Node, Sass::Util::SubsetMap)
The resulting tree of static nodes and the extensions defined for this tree.
Class Method Details
.visit(root) ⇒ (Tree::Node, Sass::Util::SubsetMap)
Returns The resulting tree of static nodes and the extensions defined for this tree
6 |
# File '.ruby-sass/lib/sass/tree/visitors/cssize.rb', line 6 def self.visit(root); super; end |