1.7.3 • Published 3 years ago

css-litcss v1.7.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

LitCSS

A CSS utility library that is meant to cover classes that Bootstrap is missing

Home page: https://advaithmalka.github.io/litcss/

Installation

Using NPM

npm i css-litcss

Then add this link tag in the <head> tag of your HTML document

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

Some components require litJS; to see if you need to use litJS see the documentation

If you require litJS add this <script> tag at the bottom of your HTML document

<script src="path/to/css-litcss/main/js/litjs.js"></script>

Using a CDN

Place this <link> tag in your document's <head> tag

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

To use litJS place this at the bottom of your HTML document

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

Github Repository

The Git repo and download link can be found here

Documentation

The full documentation can be found here:

https://advaithmalka.github.io/litcss/docs/

Contribute

If you have ideas for improvement feel free to clone the repository and add your changes.

Make sure to submit a pull request after making your changes.

Licence

MIT

Code made and managed by Advaith Malka

1.7.3

3 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.1.0

4 years ago