bootstrap-3-grid

1.0.0 • Public • Published

Bootstrap-grid (ver 3.4.1)

Only grid and responsive classes

Getting started (the bower version is no longer up to date)

  1. npm install bootstrap-3-grid --save
  2. Include this file bootstrap-3-grid.css

Important note!!!

This style contains only grid and responsive classes. Bootstrap 3 based on box-sizing. To include box-sizing in your project click here or read below:

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

Package Sidebar

Install

npm i bootstrap-3-grid

Weekly Downloads

42

Version

1.0.0

License

MIT

Unpacked Size

28.1 kB

Total Files

4

Last publish

Collaborators

  • stefanovollono