Skip to content

me5on/albega

Repository files navigation

Al Be Ga

Install

npm install --save-dev @me5on/albega

Import as CSS

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

Import as SCSS

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';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published