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 musl support in cli_pkg #2172

Closed ntkme closed 7 months ago

ntkme commented 7 months ago

This PR uses the native support for building kernel snapshot for musl-linux from cli_pkg 2.8.0, instead of the current complex workaround.

nex3 commented 7 months ago

Thanks!