faghani / chota

A really small (3kb) CSS framework

Home Page:https://jenil.github.io/chota/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



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.


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

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

About

A really small (3kb) CSS framework

https://jenil.github.io/chota/

License:MIT License


Languages

Language:HTML 72.0%Language:CSS 27.4%Language:JavaScript 0.6%