mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
55 lines
3.3 KiB
Markdown
55 lines
3.3 KiB
Markdown
<p align="center">
|
|
<img src="https://jenil.github.io/chota/logo.svg" />
|
|
<br><br>
|
|
A really small CSS framework
|
|
<br><br>
|
|
<img src="https://img.shields.io/npm/v/chota.svg" alt="">
|
|
<a href="https://www.npmjs.com/package/chota"><img src="https://img.shields.io/npm/dt/chota.svg"></a>
|
|
<a href="https://github.com/jenil/chota/issues"><img src="https://img.shields.io/github/issues/jenil/chota.svg"></a>
|
|
<a href="https://bundlephobia.com/result?p=chota@latest"><img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/chota.svg"></a>
|
|
<a href="https://github.com/troxler/awesome-css-frameworks"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome CSS Frameworks"/></a>
|
|
</p>
|
|
|
|
<br>
|
|
|
|
|
|
- ⚡️ Super light-weight. Just ~3kb (minified + gzipped).
|
|
- ⛔️ No preprocessor, just plug-n-play
|
|
- 📐 Magical 12 column [grid](https://jenil.github.io/chota/#grid)
|
|
- 🌈 Easy to [extend](https://jenil.github.io/chota/#customizing) with CSS variables
|
|
- 🎲 Comes with a handful of [components](https://jenil.github.io/chota/#components) & [utilities](https://jenil.github.io/chota/#utilities)
|
|
- ✅ Good Semantics
|
|
- 🤡 Supports icons from [Icongram](https://icongr.am/)
|
|
|
|
<br>
|
|
|
|
### Get started
|
|
|
|
CDN:
|
|
```html
|
|
<link rel="stylesheet" href="https://unpkg.com/chota">
|
|
```
|
|
|
|
npm or yarn:
|
|
```bash
|
|
npm install chota
|
|
```
|
|
|
|
#### SASS support
|
|
Chota is designed keeping in mind *ease-of-use* and *minimalism*, hence it doesn't use any preprocessor or complex build process. If you would still like to extend it further using SASS, head to [palmiak's fork](https://github.com/palmiak/chota).
|
|
|
|
<br>
|
|
|
|
## Browsers support
|
|
|
|
| <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/edge.png" alt="IE / Edge" width="16px" height="16px" /></br>IE / Edge | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/firefox.png" alt="Firefox" width="16px" height="16px" /></br>Firefox | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/chrome.png" alt="Chrome" width="16px" height="16px" /></br>Chrome | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/safari.png" alt="Safari" width="16px" height="16px" /></br>Safari | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/opera.png" alt="Opera" width="16px" height="16px" /></br>Opera | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/safari-ios.png" alt="iOS Safari" width="16px" height="16px" /></br>iOS Safari | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/chrome-android.png" alt="Chrome for Android" width="16px" height="16px" /></br>Chrome for Android |
|
|
| --------- | --------- | --------- | --------- | --------- | --------- | --------- |
|
|
| Edge 16+| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions
|
|
---
|
|
|
|
## Contributing
|
|
Welcome! Please see our [contributing guidelines](https://github.com/jenil/chota/blob/master/.github/CONTRIBUTING.md).
|
|
|
|
## License
|
|
© Jenil Gogari 2017-present. Code released under the [MIT license](https://github.com/jenil/chota/blob/master/LICENSE).
|