Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flexgrid-sass

davidmds814MIT1.1.0

Flexgrid make with sass.

flexbox, grid, css, sass

readme

Flex Grid Sass

Grid based on the flex display property.

Install

npm

npm i flexgrid-sass --save

css

Add the flexgrid.css development or flexgrid.min.css production to your html page.

<link rel="stylesheet" href="css/flexgrid.min.css" type="text/css">