mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
7 lines
409 B
SCSS
7 lines
409 B
SCSS
@use '../node_modules/@shlinkio/shlink-frontend-kit/dist/base'; // Before bootstrap stylesheet
|
|
@use '../node_modules/bootstrap/scss/bootstrap.scss' with (
|
|
$primary: base.$mainColor // Override bootstrap's primary color
|
|
);
|
|
@use '../node_modules/@shlinkio/shlink-frontend-kit/dist/index'; // After bootstrap. Includes CSS overrides
|
|
@use '../node_modules/@shlinkio/shlink-web-component/dist/index' as c-index;
|