Skip to content

Commit

Permalink
fix(text-muted): opacity applies to children, which is undesired
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 27, 2020
1 parent a1d308c commit a11fb13
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -388,16 +388,10 @@ $utilities: map-merge(
"light": $light,
"white": $white,
"body": $body-color,
"muted": $gray-700,
"reset": inherit,
)
),
"muted": (
property: opacity,
class: text,
values: (
"muted": .6
)
),
"line-height": (
property: line-height,
class: lh,
Expand Down

0 comments on commit a11fb13

Please sign in to comment.