https://github.com/1000ch/grd-sass
Sass port of 1000ch/grd that is a CSS grid framework using Flexbox.
https://github.com/1000ch/grd-sass
css flexbox framework grid sass
Last synced: 12 months ago
JSON representation
Sass port of 1000ch/grd that is a CSS grid framework using Flexbox.
- Host: GitHub
- URL: https://github.com/1000ch/grd-sass
- Owner: 1000ch
- Created: 2017-03-02T03:48:02.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T15:49:28.000Z (about 3 years ago)
- Last Synced: 2025-04-11T21:49:28.603Z (12 months ago)
- Topics: css, flexbox, framework, grid, sass
- Language: SCSS
- Homepage: https://www.npmjs.com/package/grd-sass
- Size: 897 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# [grd](https://github.com/1000ch/grd)-sass 
Sass port of [1000ch/grd](https://github.com/1000ch/grd) that is a CSS grid framework using Flexbox.
## Install
```bash
npm install grd-sass
```
## Usage
You can import `grd.scss` and use `grid` and `cell` as `@mixin`.
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)