A small (3kb) CSS framework.
Features
- ⚡️ Super light-weight. Just 3kb (minified + gzipped).
- ⛔️ No preprocessor, just plug-n-play
- 📐 Magical 12 column grid
- 🌈 Easy to extended with CSS variables
- 🎲 Comes with a handful of components & utilities
- ✅ Good Semantics
Getting Started
All you need is 1 CSS file, chota.css
to be included in your webpage.
Easiest way
Link this CSS in your HTML:
{% highlight html %}
{% endhighlight %}
You can download it from Github or install it from npm or yarn:
{% highlight bash %}
npm install chota
{% endhighlight %}