pure-boots
v0.2.3
Published
easily build responsive pure.css grids from the commandline
Downloads
5
Readme
pure-grid cli
Easily create a custom-column responsive pure grid on the command line.
Installation
npm install -g pure-boots
Usage
pure-grid <columns> [<output-directory>]
To make an n
column responsive grid:
# Outputs to ./pure-grid-n.css
pure-grid n
To make an m
column responsive grid and place it in a relative directory css/
:
# Outputs to ./css/pure-grid-m.css
pure-grid m css
:ghost: Before you use!
:warning: The output filenames are not customizable. They will be invariably pure-grid-n.css
for an n
column grid.