A CSS utility library that is meant to cover classes that Bootstrap is missing
Home page: https://advaithmalka.github.io/litcss/
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>
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>
The Git repo and download link can be found here
The full documentation can be found here:
https://advaithmalka.github.io/litcss/docs/
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.
Code made and managed by Advaith Malka