npm install --save-dev @me5on/albega
You can import it in your HTML file* as:
<link href="./node_modules/@me5on/albega/css/index.css" rel="stylesheet">
* NB: You may have to check whichever path resolution is necessary for your project
The simplest way to use it in your main SCSS file:
@use '~@me5on/albega' with (
$main--al: #61dafb,
);
For more control, you can import it partially:
@use '~@me5on/albega/scss/theme' with (
$main--al: #61dafb,
);
@use '~@me5on/albega/scss/root';
@use '~@me5on/albega/scss/mod';