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

29 lines
618 B
Markdown
Raw Normal View History

2017-04-01 03:16:39 +03:00
<p align="center">
<img src="https://cdn.rawgit.com/jenil/chota/gh-pages/logo.svg" />
<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
- ⚡️&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:
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
```
npm:
```bash
npm install chota
```
---
&copy; Jenil Gogari 2017. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).