A lightweight flexbox grid system
npm install blackprintBlackprint is a 12 column flexbox grid, weighing only 5Kb
Blackprint includes all of the basic features of a grid, keeping the ones you'd need and leaving the rest.
View the instructions
```
npm install --save blackprint
Download/clone the repo and link to blackprint.min.css before your custom styles from the /dist folder.
``
Or, work with the Sass file. Choosing this route lets you change some basic options (breakpoints, container width, and margin widths)
``
@import './ASSETS_FOLDER/blackprint.scss';
Link to the minified css at
```
* Kyle Wetton