Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felipeorlando/tetris-grid
- Owner: felipeorlando
- License: mit
- Created: 2018-06-01T12:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T16:43:00.000Z (almost 6 years ago)
- Last Synced: 2024-10-26T11:48:10.054Z (3 months ago)
- Topics: css-grid, flexbox, flexbox-grid, grid, sass, tetris, tetris-grid
- Language: CSS
- Homepage: https://git.io/tetris-grid
- Size: 211 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 gzipedInstall
---------
### 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) 🖤