bootstrap-3-grid
v1.0.0
Published
Only grid and responsive classes
Downloads
115
Maintainers
Readme
Bootstrap-grid (ver 3.4.1)
Only grid and responsive classes
Getting started (the bower version is no longer up to date)
npm install bootstrap-3-grid --save
- 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;
}