module Sass::Tree::Visitors
Visitors are used to traverse the Sass parse tree. Visitors should extend {Visitors::Base}, which provides a small amount of scaffolding for traversal.
Visitors are used to traverse the Sass parse tree. Visitors should extend {Visitors::Base}, which provides a small amount of scaffolding for traversal.