2.4.3 ā€¢ Published 5 years ago

flexgrid-system v2.4.3

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

npm version

flexgrid-system

12 column responsive grid system based on flexbox.

ā†’ Documentation

example

Motivation

The desire to have a useful hand-made tool for home projects.

Breakpoints

  • xs: 0..575px
  • sm: 576..767px
  • md: 768..991px
  • lg: 992..1199px
  • xl: 1200px+
  • .gs-container padding: 8px
  • .gs-container width: \$breakpoint - 16px
  • .col-* padding: 8px

Usage

unpkg.com CDN

<link rel="stylesheet" href="https://unpkg.com/flexgrid-system@[version]/flexgrid.css" />

Replace [version] with current version, f.e. 2.4.3

Recommendations

use in combination with autoprefixer and normalize.css