1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
chota/README.md

26 lines
495 B
Markdown
Raw Normal View History

2017-03-30 08:02:15 +03:00
# chota
A really small CSS framework
2017-03-30 08:27:19 +03:00
- ⚡️  Super light-weight. Just 3kb (minified + gzipped).
-  Good Semantics
- 📐  Magical 12 column grid
- 🌈  Easy to extended with CSS variables
- 🎲  Comes with a handful of components & utilities
### Get started
CDN:
```
https://unpkg.com/chota
```
npm:
```bash
npm install chota
```
---
© Jenil Gogari 2017. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).