https://github.com/zoopit/z-grid
A CSS flexible grid inspired(ish) by flexbox model using the calc() function.
https://github.com/zoopit/z-grid
css css-flexible-grid css-grid flexbox-model grid
Last synced: 4 months ago
JSON representation
A CSS flexible grid inspired(ish) by flexbox model using the calc() function.
- Host: GitHub
- URL: https://github.com/zoopit/z-grid
- Owner: zoopit
- Created: 2016-07-15T11:13:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T20:18:57.000Z (about 2 years ago)
- Last Synced: 2026-01-23T17:56:04.373Z (5 months ago)
- Topics: css, css-flexible-grid, css-grid, flexbox-model, grid
- Language: SCSS
- Homepage: https://zoopit.github.io/z-grid/
- Size: 163 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Readme
Z-Grid is a simple CSS flexible grid inspired(ish) by flexbox model using the calc() function.
## Usage
Check `example.html` for a quick look about **z-grid** usage.
## Compiling
Install all the dev dependencies and run `npm run-script build` to compile the SCSS files.
*Copyright (c) 2019 Felipe Hefler/Zoopit AS. Z-Grid is distributed under the terms of the GNU General Public License version 3.*