A really small CSS framework

npm bundle size Mentioned in Awesome CSS Frameworks


- ⚡️  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/)
### Get started CDN: ```html ``` 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).
## Browsers support | IE / Edge
IE / Edge | Firefox
Firefox | Chrome
Chrome | Safari
Safari | Opera
Opera | iOS Safari
iOS Safari | Chrome for Android
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).