bootstrap-v3-griddeprecated

Only grid and responsive classes

Usage no npm install needed!

<script type="module">
  import bootstrapV3Grid from 'https://cdn.skypack.dev/bootstrap-v3-grid';
</script>

README

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