You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
domesticmouse 3300a647bf
deploy: 2f370275ad
2 years ago
..
README.md deploy: 2f370275ad 2 years ago

README.md

Visitors

This directory contains various types that implement the visitor pattern for various ASTs. A few of these, such as the evaluator and the serializer, implement critical business logic for the Sass compiler. Most of the rest are either small utilities or base classes for small utilities that need to run over an AST to determine some kind of information about it. Some are even entirely unused within Sass itself, and exist only to support users of the sass_api package.