base.rb

Path: lib/sass/tree/visitors/base.rb
Last Update: Tue Mar 01 08:07:36 +0000 2016

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

[Validate]