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 64725ab commit f291bf8Copy full SHA for f291bf8
scss/_typescale.scss renamed to scss/_tonality.scss
@@ -25,12 +25,7 @@
25
@extend %db-#{nth($styles, $i + 1)}-body-lg;
26
}
27
28
- body,
29
- button,
30
- input,
31
- optgroup,
32
- select,
33
- textarea,
+ :not(small),
34
[data-size="medium"] {
35
@extend %db-#{nth($styles, $i + 1)}-body-md;
36
scss/db-ui-base.scss
@@ -1,7 +1,7 @@
1
@import "variables";
2
@import "variables.global";
3
@import "color-placeholder";
4
-@import "typescale";
+@import "tonality";
5
6
:root {
7
@extend %db-ui-normal;
0 commit comments