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
- Host: GitHub
- URL: https://github.com/serv/griid
- Owner: serv
- License: mit
- Created: 2016-07-11T02:36:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T05:43:19.000Z (almost 10 years ago)
- Last Synced: 2025-09-09T15:02:52.163Z (10 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).