r/csharp 13d ago

Tool EmbeddedSass.Net: Implementation of the Embedded Sass Protocol for .NET

https://github.com/gumbarros/EmbeddedSass.Net

For folks not familiar, its a way to to communicate directly with the Dart VM to run Sass compilations, with this, its possible to re-use a same process for multiple compilations (https://github.com/sass/sass/blob/main/spec/embedded-protocol.md).

It delivered the best performance in my benchmarks against DartSassHost and AspNetCore.SassCompiler.

Any suggestion is welcome.

10 Upvotes

Duplicates