Skip to content

Commit 8e37b49

Browse files
committed
Remove !important for base styles for body utilities
1 parent 895c9f2 commit 8e37b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marketing/type/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
font-size: map-get($pairing, "size") !important;
7373
line-height: map-get($pairing, "lh") !important;
7474
@if (map-get($pairing, "size") >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; }
75-
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold !important; }
75+
@if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }
7676

7777
@if (nth($sizes, 1) != nth($sizes, 2)) {
7878
@include breakpoint(md) {

0 commit comments

Comments
 (0)