Class: Sass::Tree::Visitors::Cssize

Inherits:
Base
  • Object
show all
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

Classes: Bubble, Extend

Class Method Summary (collapse)

Class Method Details

.visit(root) ⇒ (Tree::Node, Sass::Util::SubsetMap)

Returns The resulting tree of static nodes and the extensions defined for this tree

Parameters:

  • root (Tree::Node)

    The root node of the tree to visit.

Returns:



6
# File '.ruby-sass/lib/sass/tree/visitors/cssize.rb', line 6

def self.visit(root); super; end