BigfootCSS 1.0.1
Requires NuGet 2.6 or higher.
dotnet add package BigfootCSS --version 1.0.1
NuGet\Install-Package BigfootCSS -Version 1.0.1
<PackageReference Include="BigfootCSS" Version="1.0.1" />
paket add BigfootCSS --version 1.0.1
#r "nuget: BigfootCSS, 1.0.1"
// Install BigfootCSS as a Cake Addin #addin nuget:?package=BigfootCSS&version=1.0.1 // Install BigfootCSS as a Cake Tool #tool nuget:?package=BigfootCSS&version=1.0.1
It does three things well:
1. Everything is defined as class. It will not interfere with other styles unless explicitly applied.
2. Classes are single purpose, for example "xl" defines the font size to be Extra Large and nothing else. There are some compound classes, but they are minimal.
3. Does its best to apply regardless of target. When a class is assigned it does its best to ensure it applies whether you assign it to an Input, Anchor, paragraph, or a table cell.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BigfootCSS:
Package | Downloads |
---|---|
Bigfoot.Web.Client
Bigfoot.Web.Client carries the client assets for the Bigfoot.Web.Client, mainly bigfoot.js and bigfootweb.css. It is based on Bootstrap as well jQuery.BlockUI so it needs these packages to operate properly. Structure: Scripts\bigfoot.js Content\bigfootweb.css Content\Images\loading-spinner-grey.gif |
GitHub repositories
This package is not used by any popular GitHub repositories.