Method: Sass::Tree::Visitors::SetOptions.visit

Defined in:
lib/sass/tree/visitors/set_options.rb

.visit(root, options)

Parameters:

  • root (Tree::Node)

    The root node of the tree to visit.

  • options ({Symbol => Object})

    The options has to set.



5
# File 'lib/sass/tree/visitors/set_options.rb', line 5

def self.visit(root, options); new(options).send(:visit, root); end