0.2.3 • Published 10 years ago
pure-boots v0.2.3
pure-grid cli
Easily create a custom-column responsive pure grid on the command line.
Installation
npm install -g pure-bootsUsage
pure-grid <columns> [<output-directory>]To make an n column responsive grid:
# Outputs to ./pure-grid-n.css
pure-grid nTo 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.