Skip to content

StefanoVollono/bootstrap-3-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Only grid and responsive classes

Resources

Stars

Watchers

Forks

Packages

No packages published