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

29 lines
618 B
Markdown

<p align="center">
<img src="https://cdn.rawgit.com/jenil/chota/gh-pages/logo.svg" />
<br>
A really small CSS framework
</p>
- ⚡️&nbsp; Super light-weight. Just 3kb (minified + gzipped).
-&nbsp; Good Semantics
- 📐&nbsp; Magical 12 column grid
- 🌈&nbsp; Easy to extended with CSS variables
- 🎲&nbsp; Comes with a handful of components &amp; utilities
### Get started
CDN:
```html
<link rel="stylesheet" href="https://unpkg.com/chota">
```
npm:
```bash
npm install chota
```
---
&copy; Jenil Gogari 2017. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).