Bootstrap.Flat 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bootstrap.Flat --version 1.0.8
                    
NuGet\Install-Package Bootstrap.Flat -Version 1.0.8
                    
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="Bootstrap.Flat" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bootstrap.Flat" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Bootstrap.Flat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bootstrap.Flat --version 1.0.8
                    
#r "nuget: Bootstrap.Flat, 1.0.8"
                    
#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.
#:package Bootstrap.Flat@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bootstrap.Flat&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Bootstrap.Flat&version=1.0.8
                    
Install as a Cake Tool

Bootstrap-flat is a simple custom theme on top of Bootstrap 3 that provides a flat look to the user interface elements. That means there are no gradients, shadows, or rounded corners. To keep things as simple as possible, all of the CSS which achieves the flat look is contained in a single stylesheet, allowing you to flatten your Bootstrap simply by including one additional CSS file. There are no style changes needed!

In addition to the flattening, a second stylesheet is also available which adds additional (new) modern user interface elements and additional styles for some of the existing Bootstrap elements.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.9 489 2/22/2014
1.0.8 65 2/22/2014

Updated the dependency to the Bootstrap package maintained by the Outercurve Foundation and updated the folder structure to match. The package ID was also renamed.