1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 13:26:40 +07:00

fixed scss imports

This commit is contained in:
Fedor Katurov 2022-01-09 20:31:58 +07:00
parent ffce400398
commit 3656b6d218
43 changed files with 44 additions and 48 deletions

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.title {
padding-bottom: $gap;
@ -23,4 +23,3 @@
.updates {
padding: 0 $gap / 4 $gap * 2;
}