Getting Started

Download or Install CSSCSS

Install

You can install CSSCSS using npm by running the following command:

npm i csscss

Then import the package, this will link to the index.css file at root

import 'csscss'

Download

Alternatively, you can include the CSS file directly in your HTML using the following links:

https://cdn.jsdelivr.net/npm/csscss@latest

or

https://unpkg.com/csscss@latest

You can import into the <head> of your HTML:

<link rel="stylesheet" href="https://unpkg.com/csscss@latest/index.css">

or simply copy or download the contents of the file, and use it as you wish in your own project.

Cheat Sheet

Concise set of commonly used classes used for quick reference:

API

Comprehensive documentation for all classes with information related to describe the use, functionality or architecture.

Last updated