Replace sass imports with sass use

This commit is contained in:
Alejandro Celaya
2025-02-11 09:15:20 +01:00
parent c85917e378
commit 2e9db77b00
9 changed files with 34 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
@import '../../../node_modules/@shlinkio/shlink-frontend-kit/dist/base';
@use '../../../node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.server-error__container {
text-align: center;
@@ -8,7 +8,7 @@
}
.server-error__delete-btn {
color: $dangerColor;
color: base.$dangerColor;
font-weight: inherit;
}