An open API service indexing awesome lists of open source software.

https://github.com/serv/griid

Simple CSS grid system
https://github.com/serv/griid

Last synced: 4 months ago
JSON representation

Simple CSS grid system

Awesome Lists containing this project

README

          

# Griid

Simple CSS grid system

## Usage

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

```

```

## Development

Have Node version greater than v6.3.0. You can download Node [here](https://nodejs.org/en/).

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](http://opensource.org/licenses/MIT).