blackprint
v1.0.4
Published
A lightweight flexbox grid system
Downloads
257
Maintainers
Readme
Blackprint is a 12 column flexbox grid, weighing only 5Kb
Getting Started
Blackprint includes all of the basic features of a grid, keeping the ones you'd need and leaving the rest.
View the instructions
Installing
npm
npm install --save blackprint
Download
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';
CDN
Link to the minified css at
<link rel="stylesheet" href="https://unpkg.com/blackprint/dist/blackprint.min.css">
Authors
- Kyle Wetton