Defunctr 1.1.2
See the version list below for details.
dotnet add package Defunctr --version 1.1.2
NuGet\Install-Package Defunctr -Version 1.1.2
<PackageReference Include="Defunctr" Version="1.1.2" />
<PackageVersion Include="Defunctr" Version="1.1.2" />
<PackageReference Include="Defunctr" />
paket add Defunctr --version 1.1.2
#r "nuget: Defunctr, 1.1.2"
#addin nuget:?package=Defunctr&version=1.1.2
#tool nuget:?package=Defunctr&version=1.1.2
Defunctr is a module for Modernizr that will detect the current browser using feature detection. It will then append browser informational classes to the head element of the page, giving the designer the ability to override CSS styles without using older browser hacks. Changing the browsers compatability mode will cause the correct classes to be applied and changing a user-agent will have not effect on the class generation.
Learn more about Target Frameworks and .NET Standard.
-
- Modernizr (>= 2.6.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor fixes to variable declarations.