1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
chota/README.md
2017-11-26 16:14:29 -05:00

1.1 KiB



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

Get started

CDN:

<link rel="stylesheet" href="https://unpkg.com/chota">

npm or yarn:

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.


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