Extend Chota with SASS
mainChota is designed to be used without a preprocessor to maintain minimalism. However, if you need to extend the framework using SASS, you can use palmiak's fork which provides SASS support.
repository·main·Indexed 23 days ago
https://github.com/jenil/chotaA lightweight (~3kb minified + gzipped) CSS framework featuring a 12-column grid, CSS variable-based customization, and built-in components and utilities. Version 0.9.2.
You can include Chota in your project using a CDN link for quick prototyping or install it via npm/yarn for managed build processes.
CDN usage:
Add the following <link> tag to your HTML <head>:
<link rel="stylesheet" href="https://unpkg.com/chota">npm/yarn usage: Install the package using your preferred package manager:
npm install chotaTo run the documentation site on your local machine, you must first have Jekyll installed. Once Jekyll is installed, navigate to the project root and execute the following command:
jekyll serve