LibSassBuilder
LibSassBuilder copied to clipboard
Sass builder for .NET projects
The file `/Client/Styles/app.scss` (and others) eventually generate a `/Client/Styles/app.css` file. This is perfect. However, in Blazor, there is a `/Client/wwwroot/index.html` file that is the basis of the entire site/html. It...
Is there a way to set the config so that when the css file is compiled it outputs it to a different location? It might be a non-best practice but...
This worked with .NET 6. Can´t test it with .NET 7 right now, because there is no Fedora package yet...
https://github.com/johan-v-r/LibSassBuilder/issues/27 This issue is now once again an issue. All the .scss files are hidden in Rider after installing LibSassBuilder
Any plans to switch?
Hi! For some reason the generated .css file is in a weird encoding (CP1252) which is not supported by an IDE we want to switch to. Is there any setting...
Hello, and thanks for this wonderful tool. Currently, I'm working with a lot of SCSS files, and after each edit I `ALT+TAB` out to my Terminal and enter `lsb`. Then...
Hello, currently working on a blazor WASM mobile app, I'm stuck on archiving process with the following output (and nothing more, the build process works fine) : `The "Sass" rule...
I am using the latest version of Maui on Windows 10. This is what I am seeing: - I add LibSassBuilder to the project using NuGet - I have a...
Specifying of the include path can help with imports relative to project root (https://github.com/johan-v-r/LibSassBuilder/issues/14)