Modernizr.full
2.6.2.1
dotnet add package Modernizr.full --version 2.6.2.1
NuGet\Install-Package Modernizr.full -Version 2.6.2.1
<PackageReference Include="Modernizr.full" Version="2.6.2.1" />
paket add Modernizr.full --version 2.6.2.1
#r "nuget: Modernizr.full, 2.6.2.1"
// Install Modernizr.full as a Cake Addin #addin nuget:?package=Modernizr.full&version=2.6.2.1 // Install Modernizr.full as a Cake Tool #tool nuget:?package=Modernizr.full&version=2.6.2.1
I created this nuget package so that there would be a version available for NuGet that has everything including yepnope.js so that Modernizr.load works.
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
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.