
chota.css is a super light, pure CSS framework to help you create responsive, minimal, clean web pages and/or modern web apps.
Features:
- Responsive layout based on 12-column.
- Simple yet useful components: grid, buttons, tabs, nav, card, tag.
- Useful utilities.
How to use it:
Import and install it via NPM:
# NPM $ npm install chota --save
Or link to the JavaScript library from a CDN:
<link rel="stylesheet" href="https://unpkg.com/chota">
Override the default CSS variables to create your own styles.
:root {
--primary-color: #1a9f60;
--lightGrey-color: #ddd;
--darkGrey-color: #888;
--grid-maxWidth: 120rem;
--grid-gutter: 1.5rem;
--font-family: "Helvetica Neue", sans-serif;
}Changelog:
10/15/2018
- v0.5.1







