chota CSS Framework

repository·main·Indexed 23 days ago

https://github.com/jenil/chota

A 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.

Tokens
226
Snippets
2
Records
3
Agent score
32%

What's inside chota

  1. Install Chota via CDN or npm

    main

    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 chota
  2. Run chota documentation locally

    main

    To 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