ResponsiveGridSystem 0.1.0

dotnet add package ResponsiveGridSystem --version 0.1.0
NuGet\Install-Package ResponsiveGridSystem -Version 0.1.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="ResponsiveGridSystem" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ResponsiveGridSystem --version 0.1.0
#r "nuget: ResponsiveGridSystem, 0.1.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 ResponsiveGridSystem as a Cake Addin
#addin nuget:?package=ResponsiveGridSystem&version=0.1.0

// Install ResponsiveGridSystem as a Cake Tool
#tool nuget:?package=ResponsiveGridSystem&version=0.1.0

Build a Responsive Web Site Your Way

Decide the number of columns you want in a row & set the margin you want to use. Some sweet maths will do the heavy lifting for you.

Have Any Number of Columns
Don't be forced into having a fixed number of columns across a whole page. You can have whatever you want, wherever you need it.

Scales to Any Width
Because it uses percentages, your fluid columns will fit into any width. The margins (gutters) use percentages too.

It's Smart
There's no need to hack in any offsets or marginless final columns. It's the last time you need to use .last and the end of .end.

Put the Content First
Instead of fitting your content to your grid, you can make your grid suit your content. Doesn't that feel good?

It Fits In with You
It plugs into your existing HTML and CSS, and it's so easy to do so. It's your friend.

Simple Breakpoints
Mobile versions of the grid are already baked in, or you can cook up your own.

t's Easy
Use it on as simple or as complex a project as you wish. You'll be done in minutes.

No Maths Required
As long as you can count up to the number of columns you need, you'll be fine.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.1.0 3,529 8/10/2014

Rewrite of original code, now in LESS with available generator