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

35 lines
852 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](https://jenil.github.io/chota/#grid)
- 🌈&nbsp; Easy to [extended](https://jenil.github.io/chota/#customizing) with CSS variables
- 🎲&nbsp; Comes with a handful of [components](https://jenil.github.io/chota/#components) &amp; [utilities](https://jenil.github.io/chota/#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).