0.0.3 • Published 8 years ago

bootstrap-v3-grid v0.0.3

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
8 years ago

Bootstrap-grid (ver 3.3.7)

Only grid and responsive classes

Getting started

  1. bower install bootstrap-v3-grid --save or npm install bootstrap-v3-grid --save
  2. Include this file bootstrap-v3-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;
}
0.0.6

7 years ago

0.0.3

8 years ago

1.0.0

8 years ago