1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00

Remove !important for base styles for body utilities

This commit is contained in:
Tobias Ahlin 2021-05-14 10:22:19 +02:00
parent 895c9f20b0
commit 8e37b4948d

View File

@ -72,7 +72,7 @@
font-size: map-get($pairing, "size") !important;
line-height: map-get($pairing, "lh") !important;
@if (map-get($pairing, "size") >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; }
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold !important; }
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }
@if (nth($sizes, 1) != nth($sizes, 2)) {
@include breakpoint(md) {