0.2.3 • Published 9 years ago

pure-boots v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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.

0.2.3

9 years ago

0.2.2

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago