SassBuilder 0.1.6
This package has been renamed to CssBuilder.
dotnet add package SassBuilder --version 0.1.6
NuGet\Install-Package SassBuilder -Version 0.1.6
<PackageReference Include="SassBuilder" Version="0.1.6" />
paket add SassBuilder --version 0.1.6
#r "nuget: SassBuilder, 0.1.6"
// Install SassBuilder as a Cake Addin #addin nuget:?package=SassBuilder&version=0.1.6 // Install SassBuilder as a Cake Tool #tool nuget:?package=SassBuilder&version=0.1.6
This package has been renamed to CssBuilder. Please install it from https://www.nuget.org/packages/CssBuilder.
Less and Sass/Scss Builder
Simple wrapper of dotless and libSassHost. It will add a MSBuild target for .less/.sass/.scss
files in your Visual Studio projects.
All .less/.sass/.scss
files (exclude files in .gitignore
if this is a git repository) under the project folder will be compiled to .css
file.
DotNet 5.0 is required. Works for
- Windows/x86
- Windows/x64
- Linux/x64
- OSX/x64
ChangeLog
0.1.6:
- Support *.less file. (experiment)
0.1.5:
- Support *.sass file.
0.1.4:
- Fix exclude folders/files issue under windows.
0.1.3:
- Fix build fail if the path contains space.
- Exclude folders/files in
.gitignore
(the project need be inside a git repository).
0.1.2:
- Add OSX/x64 support.
0.1.1:
- Fix bad package.
0.1.0:
- Init release.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.