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](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [iOS Safari](http://godban.github.io/browsers-support-badges/)
iOS Safari | [Samsung](http://godban.github.io/browsers-support-badges/)
Samsung | [Opera](http://godban.github.io/browsers-support-badges/)
Opera | | --------- | --------- | --------- | --------- | --------- | --------- | --------- | | IE11, Edge| 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).