Go to file
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
bin Add a dedicated serializer. 2016-08-30 15:51:17 -07:00
lib/src Make CssNodes directly mutable. 2016-08-30 15:51:19 -07:00
.analysis_options I guess we're strong-mode clean too. 2016-08-30 15:51:15 -07:00
.gitignore Template files. 2016-08-30 15:51:06 -07:00
.test_config Template files. 2016-08-30 15:51:06 -07:00
AUTHORS Template files. 2016-08-30 15:51:06 -07:00
CHANGELOG.md Template files. 2016-08-30 15:51:06 -07:00
codereview.settings Template files. 2016-08-30 15:51:06 -07:00
CONTRIBUTING.md Template files. 2016-08-30 15:51:06 -07:00
differences.md One more difference. 2016-08-30 15:51:17 -07:00
LICENSE Template files. 2016-08-30 15:51:06 -07:00
pubspec.yaml Add support for unrecognized at-rules. 2016-08-30 15:51:18 -07:00
README.md Template files. 2016-08-30 15:51:06 -07:00

A Dart implementation of Sass.