0.0.2 • Published 8 years ago

griid v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Griid

Simple CSS grid system

Usage

Copy css/normalize.css and css/griid.css. And add the following in the html.

<link href="css/normalize.css" rel="stylesheet">
<link href="css/griid.css" rel="stylesheet">

Development

Have Node version greater than v6.3.0. You can download Node here.

Run $ npm install.

Run $ npm run compile_css to compile .scss file to .css file.

Run $ npm run move_normailize_css to copy normalize.css to the css directory.

License

Available as open source under the terms of the MIT License.

0.0.2

8 years ago

0.0.1

8 years ago