CssBuilder 0.2.0-preview.1
This is a prerelease version of CssBuilder.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CssBuilder --version 0.2.0-preview.1
NuGet\Install-Package CssBuilder -Version 0.2.0-preview.1
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.2.0-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CssBuilder" Version="0.2.0-preview.1" />
<PackageReference Include="CssBuilder" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CssBuilder --version 0.2.0-preview.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CssBuilder, 0.2.0-preview.1"
#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.
#:package CssBuilder@0.2.0-preview.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CssBuilder&version=0.2.0-preview.1&prerelease
#tool nuget:?package=CssBuilder&version=0.2.0-preview.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CssBuilder
Automatically compile .less/.sass/.scss/.styl files in your Visual Studio/DotNet projects to css file.
Configuration file is not required, but you can use it to control the compile processing. See https://github.com/justforfun-click/CssBuilder/wiki/Configuration
DotNet 5.0 is required. Works for
- Windows/x64
- Linux/x64
- OSX/x64
Changelog
0.2.0:
- Breaking change: win-x86 support is removed.
- Support *.styl (stylus) files.
0.1.8:
- Support configuration file. See https://github.com/justforfun-click/CssBuilder/wiki/Configuration.
0.1.7:
- Change name to CssBuilder.
0.1.6:
- Support *.less file.
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.
Libraries Used
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 | 14,193 | 12/24/2021 |
| 0.2.0-preview.1 | 699 | 12/1/2020 |
| 0.1.8 | 3,284 | 11/30/2020 |
| 0.1.8-preview.2 | 471 | 11/29/2020 |
| 0.1.8-preview.1 | 434 | 11/28/2020 |
| 0.1.7 | 721 | 11/27/2020 |