mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-04 18:47:56 +01:00
7 lines
213 B
Markdown
7 lines
213 B
Markdown
Classes representing Sass's abstract syntax tree.
|
|
|
|
Certain AST classes, most notably [`Stylesheet`], have `parse()` constructors
|
|
that parse ASTs from string sources.
|
|
|
|
[`Stylesheet`]: ../sass/Stylesheet-class.html
|