Skip to content

Commit 6db143b

Browse files
committed
fix: issue with db-ui-base.scss
1 parent 8a9d92d commit 6db143b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scss/_typescale.scss

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
@import "scaling-placeholder";
44

55
:root {
6-
@extend %db-ui-normal;
7-
86
font-family: $db-font-family-sans;
97

108
h1,

scss/db-ui-base.scss

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
@import "variables.global";
33
@import "color-placeholder";
44
@import "typescale";
5+
6+
:root {
7+
@extend %db-ui-normal;
8+
}

0 commit comments

Comments
 (0)