Module: Stylish::Tree

Defined in:
lib/stylish/tree.rb

Overview

The objects defined in the Tree module allow for the creation of nested trees of selector scopes. These intermediate data structures can be used to help factor out some of the repetitiveness of CSS code, and can be easily serialised to stylesheets.

Defined Under Namespace

Modules: Leaf, Node Classes: SelectorScope