--- ---
All you need is 1 CSS file, chota.css
to be included in your webpage.
Link this CSS in your HTML:
{% highlight html %}{% endhighlight %}You can get the latest release from Github
Install it from npm
or yarn
Chota is dead simple to use. It doesn't require learning a lot of class names like other frameworks. It applies a few basic styles to the HTML following the HTML Semenatics.
Here is a demo of the basic HTML elements.
Chota comes with a basic set of CSS variables:
{% highlight css %} :root { --primary-color: #1a9f60; --lightGrey-color: #ddd; --grid-maxWidth: 120rem; --grid-gutter: 1.5rem; --font-family: "Helvetica Neue", sans-serif; } {% endhighlight %}To override the variables, just add them to your :root
selector after importing chota.css