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:
parent
895c9f20b0
commit
8e37b4948d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user