JSPM

grid-styled-css

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q44424F
  • License MIT

Grid css for creating responsive web designs

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

    Website
    Build Status Codacy Badge
    GitHub license StackShare GitHub pull requests

    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.

    Licence

    GitHub license