Blackprint 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.
<link rel="stylesheet" href="./ASSETS_FOLDER/blackprint.min.css">
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
<link rel="stylesheet" href="https://unpkg.com/blackprint/dist/blackprint.min.css">
- Kyle Wetton