bantam-grid
v0.0.1
Published
Scalable, performant, responsive, grid component.
Downloads
3
Maintainers
Readme
Bantam Grid
A lightweight, scalable, responsive grid component which complements the Bantam CSS framework.
Things to note
- Zero visual style. Zilch. Nada. That's your job.
- Fully responsive, mobile-first structure.
- Simple and easy to learn naming convention.
- Built on PostCSS.
- Reusable across all projects.
- Less than 2kb when minified and gzipped.
- Browser support down to IE7.
Getting started
The simplest and fastest way to get started is to include the minified CSS file in your project. Just add this snippet to the head of your html file:
<link rel="stylesheet" href="https://raw.githubusercontent.com/colmtuite/bantamcss/master/css/bantam-grid.min.css">
Install through npm to take advantage of future updates:
npm install bantam-grid
License
MIT. You can use Bantam Grid as you see fit.