Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipeorlando/tetris-grid

◼️Lightweight and simple CSS grid
https://github.com/felipeorlando/tetris-grid

css-grid flexbox flexbox-grid grid sass tetris tetris-grid

Last synced: 3 months ago
JSON representation

◼️Lightweight and simple CSS grid

Awesome Lists containing this project

README

        


tetris-grid


tetris-grid

[![npm version](https://badge.fury.io/js/tetris-grid.svg)](https://badge.fury.io/js/tetris-grid)

[git.io/tetris-grid](https://git.io/tetris-grid)

Grid based on the `flex` display property. Created with [neat](https://neat.bourbon.io/) and [sass](https://sass-lang.com/).

Super lightweight:
- 12kb minified
- 2kb minified and gziped

Install
---------
### npm
`npm i tetris-grid`

### css
* [Development](https://github.com/felipeorlando/tetris-grid/blob/master/src/tetris.scss)
* [Production](https://raw.githubusercontent.com/felipeorlando/tetris-grid/master/dist/tetris.min.css)

Inspiration
-----------
All credits to [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid) 🖤