Skip to content

kylewetton/blackprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published