mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
35 lines
678 B
Markdown
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>
|
|
|
|
|
|
- ⚡️ Super light-weight. Just 3kb (minified + gzipped).
|
|
- ⛔️ No preprocessor, just plug-n-play
|
|
- 📐 Magical 12 column grid
|
|
- 🌈 Easy to extended with CSS variables
|
|
- 🎲 Comes with a handful of components & utilities
|
|
- ✅ Good Semantics
|
|
|
|
<br>
|
|
|
|
### Get started
|
|
|
|
CDN:
|
|
```html
|
|
<link rel="stylesheet" href="https://unpkg.com/chota">
|
|
```
|
|
|
|
npm or yarn:
|
|
```bash
|
|
npm install chota
|
|
```
|
|
|
|
|
|
---
|
|
|
|
© Jenil Gogari 2017. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).
|