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

Use a `file:` dependency for sass-parser -> sass #2340

Closed nex3 closed 5 days ago

nex3 commented 5 days ago

This makes it harder to accidentally test against the wrong version, and ensures CI doesn't break when the repo's Sass version number is unreleased.