Class Sass::Tree::Visitors::SetOptions
In: lib/sass/tree/visitors/set_options.rb
Parent: Sass::Tree::Visitors::Base

A visitor for setting options on the Sass tree

Methods

Public Class methods

@param root [Tree::Node] The root node of the tree to visit. @param options [{Symbol => Object}] The options has to set.

Protected Instance methods

[Validate]