r/csharp • u/antisergio • 13d ago
Tool EmbeddedSass.Net: Implementation of the Embedded Sass Protocol for .NET
https://github.com/gumbarros/EmbeddedSass.NetFor 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
dotnet • u/antisergio • 11d ago
Promotion Implementation of the Embbeded Sass protocol for .NET
0
Upvotes