ProductiveRage.NonCascadingCSSRulesEnforcer 1.5.0

dotnet add package ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.5.0
NuGet\Install-Package ProductiveRage.NonCascadingCSSRulesEnforcer -Version 1.5.0
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="ProductiveRage.NonCascadingCSSRulesEnforcer" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ProductiveRage.NonCascadingCSSRulesEnforcer --version 1.5.0
#r "nuget: ProductiveRage.NonCascadingCSSRulesEnforcer, 1.5.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ProductiveRage.NonCascadingCSSRulesEnforcer:

Package Downloads
NewMind.CSSProcessor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Version Downloads Last updated
1.5.0 1,272 6/19/2017
1.4.0 957 6/19/2017
1.3.0 904 6/17/2017
1.2.2 1,071 6/16/2017
1.2.0 859 6/15/2017

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")