dart-sass/lib/src/visitor/sass
Natalie Weizenbaum e8756eb02d Make CssNodes directly mutable.
This shaves off a significant amount of time, since now we don't have to
do what is essentially a full copy of the CSS tree. We may want to use
interfaces to provide an immutable view of the CSS tree for use outside
of the perform visitor.
2016-08-30 15:51:19 -07:00
..
expression Support hex colors. 2016-08-30 15:51:18 -07:00
statement Make CssNodes directly mutable. 2016-08-30 15:51:19 -07:00
expression.dart Support hex colors. 2016-08-30 15:51:18 -07:00
statement.dart Add Sass media query classes. 2016-08-30 15:51:18 -07:00