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 22:29:10 -04:00

35 lines
678 B
Markdown

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