LitCSS

A CSS utility library that makes your coding life just a little bit easier

Download Docs

Download

Download the latest version of LitCSS directly to your PC

Download

Then place this code in <head> of your document

<link rel="stylesheet" type="text/css" href="path/to/litcss/litcss/main/css/litcss.css"/>

To use components that require litJS, place this code at the bottom of your HTML document

<script src="path/to/litcss/litcss/main/js/litjs.js"></script>
LitJS requires jQuery so make sure you include jQuery before LitJS

JSdelivr CDN

Copy and paste this code somewhere in the <head> of your HTML document

<link href="https://cdn.jsdelivr.net/npm/css-litcss/main/css/litcss.min.css" crossorigin="anonymous"/>
LitJS
<script src="https://cdn.jsdelivr.net/npm/css-litcss/main/js/litjs.min.js"></script>

NPM package manager

npm i css-litcss

Github

Visit the Github repository for LitCSS