Skip to content

Commit

Permalink
Drop unused .bg-body-emphasis (#37824)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Jan 6, 2023
1 parent fd1ec97 commit ffbe6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ $utilities: map-merge(
"transparent": transparent,
"body-secondary": rgba(var(--#{$prefix}secondary-bg-rgb), var(--#{$prefix}bg-opacity)),
"body-tertiary": rgba(var(--#{$prefix}tertiary-bg-rgb), var(--#{$prefix}bg-opacity)),
"body-emphasis": rgba(var(--#{$prefix}emphasis-bg-rgb), var(--#{$prefix}bg-opacity)),
)
)
),
Expand Down

0 comments on commit ffbe6e9

Please sign in to comment.