ProductiveRage.NonCascadingCSSRulesEnforcer
1.5.0
dotnet add package ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.5.0
NuGet\Install-Package ProductiveRage.NonCascadingCSSRulesEnforcer -Version 1.5.0
<PackageReference Include="ProductiveRage.NonCascadingCSSRulesEnforcer" Version="1.5.0" />
paket add ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.5.0
#r "nuget: ProductiveRage.NonCascadingCSSRulesEnforcer, 1.5.0"
// Install ProductiveRage.NonCascadingCSSRulesEnforcer as a Cake Addin #addin nuget:?package=ProductiveRage.NonCascadingCSSRulesEnforcer&version=1.5.0 // Install ProductiveRage.NonCascadingCSSRulesEnforcer as a Cake Tool #tool nuget:?package=ProductiveRage.NonCascadingCSSRulesEnforcer&version=1.5.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.
Tweaks to the AllMeasurementsMustBePixels rule - make it possible to allow any percentage property on specified tag types, make it possible to skip validation on @keyframes declarations and extend support for the allow-percentage-property logic to nested "parent selectors" (eg. "&.something")