Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valmisson/gridi
A utility-first CSS framework, build to quickly design and structure responsive sites with classes like flex, flex-column, justify-center, grid, col-span-2...
https://github.com/valmisson/gridi
bootstrap-grid css css-framework css-grid flexbox flexbox-grid grid grid-system mobile-first modern responsive scss
Last synced: 3 months ago
JSON representation
A utility-first CSS framework, build to quickly design and structure responsive sites with classes like flex, flex-column, justify-center, grid, col-span-2...
- Host: GitHub
- URL: https://github.com/valmisson/gridi
- Owner: valmisson
- License: mit
- Created: 2019-01-14T22:13:09.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T00:34:13.000Z (4 months ago)
- Last Synced: 2024-10-11T12:55:48.081Z (3 months ago)
- Topics: bootstrap-grid, css, css-framework, css-grid, flexbox, flexbox-grid, grid, grid-system, mobile-first, modern, responsive, scss
- Language: SCSS
- Homepage: https://valmisson.github.io/gridi/
- Size: 1.46 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gridi
> A modern utility Grid System.
A utility-first CSS framework, build to quickly design and structure responsive sites with classes like flex, flex-column, justify-center, grid, col-span-2...
[![npm][npm-shields]][npm-package]
[![license][license-shields]][license-file]## Documentation
Check [the documentation website](https://valmisson.github.io/gridi)
## Installation
Looking to quickly add Gridi to your project? Use npm or unpkg.
**Install Gridi via npm**
```bash
$ npm install gridi
```**Install Gridi via unpkg**
```html
```
## License
[MIT](LICENSE)
Copyright (c) 2019-present, Valmisson Grizorte
[npm-shields]: https://img.shields.io/npm/v/gridi.svg
[license-shields]: https://img.shields.io/badge/license-MIT-green
[npm-package]: https://www.npmjs.com/package/gridi
[license-file]: https://github.com/valmisson/gridi/blob/master/LICENSE