AspNetCore.SassCompiler icon indicating copy to clipboard operation
AspNetCore.SassCompiler copied to clipboard

Sass Compiler Library for .NET Core 3.1/5.x/6.x/7.x without node, using dart-sass as a compiler

Results 10 AspNetCore.SassCompiler issues
Sort by recently updated
recently updated
newest added

First of all, thank you for providing this NuGet package @koenvzeijl and @sleeuwen (and thanks for the swift merges of my PRs 😉). We have been able to integrate it...

**Is your feature request related to a problem? Please describe.** Sass watcher is currently only supported for Blazor Server **Describe the solution you'd like** It would be Great if it...

When I first tried using this package I immediately ran into problems with the watch feature. In our solution we split modules between multiple projects where the startup project has...

This PR is solves #57 more elegantly than the solution I presented in the issue. With this solution it's possible to watch multiple projects, or a single referenced project (no...

So I've been trying to get a handle on how to use sass in both web project and several RCL projects that get composed into it. Having tried all the...

I'm getting sass executable not found on IIS. (Runtime Sass compilation) Solved with deploying the executable and this: ``` using AspNetCore.SassCompiler; [assembly:SassCompiler("Sass\\dart.exe","Sass\\Sass.snapshot")] ``` Please allow an `IOptions`with the path, this...

**Describe the bug** It seems the latest update breaks our CI build. The CSS is just not there or in the wrong place (not sure which) but I see nothing...

**Describe the bug** Multiple builds are required before my main css file is generated (usually 2, sometimes 3). Sometimes it doesn't even get generated at all unless I delete all...

**Describe the bug** Des not work on IIS. When attempting to use the SassCompiler with an ASP.NET Core application hosted on IIS, the compiler fails to process Sass files. **To...