0.0.3 • Published 2 years ago

@me5on/albega v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago