Skip to content

Commit 02bf7f9

Browse files
authored
fix: issues with normalize and revert _webpack.assets-paths.scss (#149)
1 parent 8e8653b commit 02bf7f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scss/_default.assets-paths.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
$icons-path: "assets/icons/" !default;
2-
$images-path: "assets/images/" !default;
3-
$fonts-path: "assets/fonts/" !default;
1+
$icons-path: "../assets/icons/" !default;
2+
$images-path: "../assets/images/" !default;
3+
$fonts-path: "../assets/fonts/" !default;
File renamed without changes.

scss/db-ui-base.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
@use "@csstools/normalize.css/normalize" as *;
2+
13
@use "variables" as *;
24
@use "variables.global" as *;
35
@use "color-placeholder" as *;
46
@use "tonality" as *;
57

6-
@import "@csstools/normalize.css/normalize.css";
7-
88
:root {
99
@extend %db-ui-normal;
1010
}

0 commit comments

Comments
 (0)