palmiak / chota

A SASS version of micro (3kb) CSS framework called Chota.

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). Supports SASS
  • 📐  Magical 12 column grid
  • 🌈  Easy to extend with CSS variables or SASS
  • 🎲  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

Just use src_sass file and than

npm run sass

or

npm run watch:sass

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

About

A SASS version of micro (3kb) CSS framework called Chota.

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


Languages

Language:HTML 70.5%Language:CSS 27.4%Language:JavaScript 2.1%