LibSass is just a library. To run the code locally (i.e. to compile your
stylesheets), you need an implementer. SassC is an implementer written in C.
There are a number of other implementations of LibSass - for example NodeJS.
We encourage you to write your own port - the whole point of LibSass is that
we want to bring Sass to many other languages!
LibSass road-map
Since ruby-sass was retired in 2019 in favor of dart-sass, we slowly move
toward full compatibility with the latest Sass specifications, although
features like the module @use system may take a bit longer to add.
| Issue Tracker | Issue Triage | Community Guidelines |
|-------------------|----------------------------------|-----------------------------|
| We're always needing help, so check out our issue tracker, help some people out, and read our article on Contributing! It's got all the details on what to do! | To help understand the process of triaging bugs, have a look at our Issue-Triage document. | Oh, and don't forget we always follow Sass Community Guidelines. Be nice and everyone else will be nice too! |