ProductiveRage.NonCascadingCSSRulesEnforcer
1.4.0
See the version list below for details.
dotnet add package ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.4.0
NuGet\Install-Package ProductiveRage.NonCascadingCSSRulesEnforcer -Version 1.4.0
<PackageReference Include="ProductiveRage.NonCascadingCSSRulesEnforcer" Version="1.4.0" />
paket add ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.4.0
#r "nuget: ProductiveRage.NonCascadingCSSRulesEnforcer, 1.4.0"
// Install ProductiveRage.NonCascadingCSSRulesEnforcer as a Cake Addin #addin nuget:?package=ProductiveRage.NonCascadingCSSRulesEnforcer&version=1.4.0 // Install ProductiveRage.NonCascadingCSSRulesEnforcer as a Cake Tool #tool nuget:?package=ProductiveRage.NonCascadingCSSRulesEnforcer&version=1.4.0
A way to analyse LESS style sheets to ensure that they follow the guidelines from "Non-cascading CSS: A revolution!" (see http://www.productiverage.com/noncascading-css-a-revolution)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- CssMinifier (>= 2.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ProductiveRage.NonCascadingCSSRulesEnforcer:
Package | Downloads |
---|---|
NewMind.CSSProcessor
Process LESS style sheets and ensure that the validation rules described at http://www.productiverage.com/noncascading-css-a-revolution are followed |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix to allow 100% in AllMeasurementsMustBePixels Recommended configuration for properties where there are multi parts to the value (eg. "background-size: 100% -20px")