CssBuilder 0.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package CssBuilder --version 0.1.7
NuGet\Install-Package CssBuilder -Version 0.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CssBuilder" Version="0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CssBuilder --version 0.1.7
#r "nuget: CssBuilder, 0.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CssBuilder as a Cake Addin
#addin nuget:?package=CssBuilder&version=0.1.7

// Install CssBuilder as a Cake Tool
#tool nuget:?package=CssBuilder&version=0.1.7

CssBuilder

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.7:

  • Change name to CssBuilder.

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.
There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.2.1-preview.1 13,089 12/24/2021
0.2.0-preview.1 496 12/1/2020
0.1.8 2,905 11/30/2020
0.1.8-preview.2 284 11/29/2020
0.1.8-preview.1 246 11/28/2020
0.1.7 457 11/27/2020