Method: Sass::Tree::Visitors::SetOptions.visit
- Defined in:
- lib/sass/tree/visitors/set_options.rb
.visit(root, options)
5 |
# File 'lib/sass/tree/visitors/set_options.rb', line 5
def self.visit(root, options); new(options).send(:visit, root); end
|