base.rb

Path: lib/sass/tree/visitors/base.rb
Last Update: Mon Dec 05 18:47:58 +0000 2011

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

[Validate]