https://github.com/rayraegah/mason
A visual css grid layout editor and code generator
https://github.com/rayraegah/mason
css-grid-layout utility-application
Last synced: 5 months ago
JSON representation
A visual css grid layout editor and code generator
- Host: GitHub
- URL: https://github.com/rayraegah/mason
- Owner: Rayraegah
- License: gpl-3.0
- Created: 2019-07-17T07:10:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T14:11:47.000Z (over 3 years ago)
- Last Synced: 2025-10-08T13:57:17.011Z (9 months ago)
- Topics: css-grid-layout, utility-application
- Language: JavaScript
- Homepage: https://rayraegah.com/mason
- Size: 1.83 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mason
A visual css grid layout editor and code generator.
If you want a better one try [https://cssgrid-generator.netlify.com/](https://cssgrid-generator.netlify.com/)
## Development
If you have parceljs installed as a global npm module
```bash
npm run serve
```
Otherwise
```bash
npm install
npm run serve
```
## License
GNU GPLv3