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!
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.
If you're interested in implementing LibSass in your own project see the API Documentation which now includes implementing your own Sass functions. You may wish to look at other implementations for your language of choice.
| 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! |
Please refer to the steps on Building LibSass
Please refer to Developing LibSass
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.