This is customizable css official documentation, It will be updated as new features are created
You can install the package with NPM
npm i customizable-css
If you want customize some variables or override classes you can then import the main sass file in your own sass
@import "~customizable-css/css/main.scss";
If you want to go strait to coding you can use this CDN
<!-- CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/customizable-css@1.1.2/css/main.min.css"
/>
<!-- Optional Javascript for Components -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/customizable-css@1.1.2/js/main.js"
></script>
Lastly you can clone the entire repo
git clone https://github.com/HanielHernandez/custom-css.git