Chota

A micro (3kb) CSS framework

README


A really small CSS framework

- ⚡️  Super light-weight. Just ~3kb (minified + gzipped).
- ⛔️  No preprocessor, just plug-n-play
- 📐  Magical 12 column grid
- 🌈  Easy to extend with CSS variables
- 🎲  Comes with a handful of components & utilities
- ✅  Good Semantics
- 🤡  Supports icons from Icongram



Get started


CDN:
  1. ```html
  2. <link rel="stylesheet" href="https://unpkg.com/chota">
  3. ```

npm or yarn:
  1. ```bash
  2. npm install chota
  3. ```

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.



Browsers support


[[[[[[[
---------------------
IE11,lastlastlastlastlastlast

Contributing

Welcome! Please see our contributing guidelines.

License

© Jenil Gogari 2017-present. Code released under the MIT license.