skil3e-css

3.1.6 • Public • Published

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.

/skil3e-css/

    Package Sidebar

    Install

    npm i skil3e-css

    Weekly Downloads

    16

    Version

    3.1.6

    License

    MIT

    Unpacked Size

    330 kB

    Total Files

    76

    Last publish

    Collaborators

    • skil3e