Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Sass port of 1000ch/grd that is a CSS grid framework using Flexbox.

Awesome Lists containing this project

README

        

# [grd](https://github.com/1000ch/grd)-sass ![GitHub Actions Status](https://github.com/1000ch/grd-sass/workflows/test/badge.svg?branch=main)

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)