A simple React App to help developers develop custom CSS grids.
Note: This project is a work-in-progress.
This was built using React and the Create React App generator. It uses SCSS as the CSS preprocessor.
- Make sure Node, NPM and React are installed
- Run
npm installto fetch dependencies frompackage.json - Run
npm startto begin debugging
The Grid Generator allows users to select a number of settings for their grid, including the following:
- Number of columns
- Gutter width
- Row bottom margin
- Strategy (Float/Inline Block/Flexbox)
- Box sizing
- Code Indentation
- Include Comments
- Minify Code
- Support different CSS preprocessors
- Better mobile design
- Logo
- Explore including the new CSS grid spec.