https://github.com/micmro/grid-generator
Fluid flexible nested grid generator, based on a prototype from Khoa Nguyen (@khoaski) as a base for responsive design. Current functionality: set context size (for calculation and max width) set number of columns set the gutter size set the nested level to generate (code might get large easiely - but note HTTP compression (e.g. gzip) available on most servers reduces this dramatically due to the huge redundancy). custom pre- and postfixes features as content ordering or comments can be turned on and off to reduce generated css
https://github.com/micmro/grid-generator
Last synced: 11 months ago
JSON representation
Fluid flexible nested grid generator, based on a prototype from Khoa Nguyen (@khoaski) as a base for responsive design. Current functionality: set context size (for calculation and max width) set number of columns set the gutter size set the nested level to generate (code might get large easiely - but note HTTP compression (e.g. gzip) available on most servers reduces this dramatically due to the huge redundancy). custom pre- and postfixes features as content ordering or comments can be turned on and off to reduce generated css
- Host: GitHub
- URL: https://github.com/micmro/grid-generator
- Owner: micmro
- Created: 2012-05-19T00:29:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-24T02:08:09.000Z (about 14 years ago)
- Last Synced: 2025-05-21T19:13:48.391Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://michaelmrowetz.com/lab/gridgenerator/
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fluid flexible nested grid generator, based on a prototype from Khoa Nguyen (@khoaski) as a base for responsive design.
Current functionality:
set context size (for calculation and max width)
set number of columns
set the gutter size
set the nested level to generate (code might get large easiely - but note HTTP compression (e.g. gzip) available on most servers reduces this dramatically due to the huge redundancy).
custom pre- and postfixes
features as content ordering or comments can be turned on and off to reduce generated css.