Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (grid-styled-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
grid-styles-css
Grid css for creating responsive web designs
For doc visit https://nimjetushar.github.io/grid-css
Getting started
Install package using
npm i grid-styled-css --save
Import the styles from ~/grid-styled-css/grid/grid.min.css
Basic understanding
The basic understanding for rendering grid is the sumation of the used columns which should always be eqaul to 12.
Consider rendering grid using class .col-4 .col-6 .col-2
. In this sample the summation is 4 + 6 + 2 = 12
so the grid would render properly. So always take care column sumation.
For more reference refer /docs
.
This grid system is build with reference to bootstrap.