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