1.0.4 • Published 6 years ago

blackprint v1.0.4

Weekly downloads
69
License
ISC
Repository
github
Last release
6 years ago

alt text

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
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago