skil3e-css

A simple utility SCSS Lib using SASS modules. Supports @use and @forward

Usage no npm install needed!

<script type="module">
  import skil3eCss from 'https://cdn.skypack.dev/skil3e-css';
</script>

README

Skil3e CSS

Skil3e CSS

A simple CSS utility framework with dark and light mode.

npm version

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.