sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.9k stars 352 forks source link

Initial implementation of a PostCSS-compatible parser JS API #2304

Closed nex3 closed 3 weeks ago

nex3 commented 1 month ago

This is just a vertical slice designed to solidify the general principles of the API design and ensure that everything works as expected. It's not yet usable as a full-fledged parser.