This package has been deprecated

Author message:

migrate to bootstrap-3-grid

bootstrap-v3-grid

0.0.3 • Public • Published

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;
}

Package Sidebar

Install

npm i bootstrap-v3-grid

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • stefanovollono