Skip to content

Commit f291bf8

Browse files
nmergetmfranzke
andauthored
refactor: renamed typescale to tonality (#138)
* refactor: renamed typescale to tonality * Update _tonality.scss Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 64725ab commit f291bf8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

scss/_typescale.scss renamed to scss/_tonality.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@
2525
@extend %db-#{nth($styles, $i + 1)}-body-lg;
2626
}
2727

28-
body,
29-
button,
30-
input,
31-
optgroup,
32-
select,
33-
textarea,
28+
:not(small),
3429
[data-size="medium"] {
3530
@extend %db-#{nth($styles, $i + 1)}-body-md;
3631
}

scss/db-ui-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "variables";
22
@import "variables.global";
33
@import "color-placeholder";
4-
@import "typescale";
4+
@import "tonality";
55

66
:root {
77
@extend %db-ui-normal;

0 commit comments

Comments
 (0)