We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9d92d commit 6db143bCopy full SHA for 6db143b
scss/_typescale.scss
@@ -3,8 +3,6 @@
3
@import "scaling-placeholder";
4
5
:root {
6
- @extend %db-ui-normal;
7
-
8
font-family: $db-font-family-sans;
9
10
h1,
scss/db-ui-base.scss
@@ -2,3 +2,7 @@
2
@import "variables.global";
@import "color-placeholder";
@import "typescale";
+
+:root {
+ @extend %db-ui-normal;
+}
0 commit comments