README
Skil3e CSS
A simple CSS utility framework with dark and light mode.
Skil3e-css a simple modular css utility framework. It utilizes the new SASS at-rules that allows you to use only the parts you need, the way you need them.
Installation
CDN
<link rel="stylesheet" href="https://unpkg.com/skil3e-css@latest/dist/skil3e.min.css" crossorigin="anonymous">
NPM
Install dart-sass.
npm install skil3e-css sass
If you need to alias dart-sass to node-sass.
npm install node-sass@npm:sass
π€Έπ½ββοΈ Quick start
On your main scss/sass file:
Use the whole library
@use "~skil3e-css/src/skil3e";
Use only the basics.
@use "~skil3e-css/src/basic";
For more detailed documentation check out the Documentation.