1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
Go to file
2021-08-13 10:10:52 -04:00
.github
dist Add custom scrollbar; Exclude lock files from git 2020-10-26 19:32:28 +03:00
docs
src Add custom scrollbar; Exclude lock files from git 2020-10-26 19:32:28 +03:00
test
.gitignore remove lockfiles from .gitignore 2020-10-26 20:49:14 +03:00
LICENSE
package.json
postcss.config.js
README.md
yarn.lock Merge pull request #69 from jenil/dependabot/npm_and_yarn/glob-parent-5.1.2 2021-08-13 10:10:52 -04:00



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
  • 🌈  Easy to extend with CSS variables
  • 🎲  Comes with a handful of components & utilities
  •   Good Semantics
  • 🤡  Supports icons from Icongram

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

Contributing

Welcome! Please see our contributing guidelines.

License

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