|
10 | 10 | font-feature-settings: $mktg-font-feature-settings;
|
11 | 11 | // stylelint-disable-next-line primer/typography
|
12 | 12 | font-weight: $mktg-header-weight-default !important;
|
13 |
| - letter-spacing: $mktg-header-spacing-default !important; |
| 13 | + letter-spacing: $mktg-header-spacing-default; |
14 | 14 | }
|
15 | 15 |
|
16 | 16 | @each $header, $sizes in $mktg-headers {
|
|
30 | 30 | line-height: map-get($pairing-md, 'lh') !important;
|
31 | 31 |
|
32 | 32 | @if (map-get($pairing-md, 'size') >= $mktg-header-spacing-threshold and map-get($pairing, 'size') < $mktg-header-spacing-threshold) {
|
33 |
| - letter-spacing: $mktg-header-spacing-large !important; |
| 33 | + letter-spacing: $mktg-header-spacing-large; |
34 | 34 | }
|
35 | 35 |
|
36 | 36 | @if (map-get($pairing-md, 'size') >= $mktg-header-weight-threshold and map-get($pairing, 'size') < $mktg-header-weight-threshold) {
|
|
45 | 45 | line-height: map-get($pairing-lg, 'lh') !important;
|
46 | 46 |
|
47 | 47 | @if (map-get($pairing-lg, 'size') >= $mktg-header-spacing-threshold and map-get($pairing-md, 'size') < $mktg-header-spacing-threshold) {
|
48 |
| - letter-spacing: $mktg-header-spacing-large !important; |
| 48 | + letter-spacing: $mktg-header-spacing-large; |
49 | 49 | }
|
50 | 50 |
|
51 | 51 | @if (map-get($pairing-lg, 'size') >= $mktg-header-weight-threshold and map-get($pairing-md, 'size') < $mktg-header-weight-threshold) {
|
|
77 | 77 | font-size: map-get($pairing, 'size') !important;
|
78 | 78 | line-height: map-get($pairing, 'lh') !important;
|
79 | 79 |
|
80 |
| - @if (map-get($pairing, 'size') >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; } |
| 80 | + @if (map-get($pairing, 'size') >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large; } |
81 | 81 |
|
82 | 82 | @if (map-get($pairing, 'size') >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }
|
83 | 83 |
|
|
87 | 87 | line-height: map-get($pairing-md, 'lh') !important;
|
88 | 88 |
|
89 | 89 | @if (map-get($pairing-md, 'size') >= $mktg-body-spacing-threshold and map-get($pairing, 'size') < $mktg-body-spacing-threshold) {
|
90 |
| - letter-spacing: $mktg-body-spacing-large !important; |
| 90 | + letter-spacing: $mktg-body-spacing-large; |
91 | 91 | }
|
92 | 92 |
|
93 | 93 | @if (map-get($pairing-md, 'size') >= $mktg-body-weight-threshold and map-get($pairing, 'size') < $mktg-body-weight-threshold) {
|
|
102 | 102 | line-height: map-get($pairing-lg, 'lh') !important;
|
103 | 103 |
|
104 | 104 | @if (map-get($pairing-lg, 'size') >= $mktg-body-spacing-threshold and map-get($pairing-md, 'size') < $mktg-body-spacing-threshold) {
|
105 |
| - letter-spacing: $mktg-body-spacing-large !important; |
| 105 | + letter-spacing: $mktg-body-spacing-large; |
106 | 106 | }
|
107 | 107 |
|
108 | 108 | @if (map-get($pairing-lg, 'size') >= $mktg-body-weight-threshold and map-get($pairing-md, 'size') < $mktg-body-weight-threshold) {
|
|
0 commit comments