Skip to content

Commit

Permalink
feat: add text-emphasis utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 29, 2021
1 parent febab14 commit 7c81246
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/vuetify/src/styles/settings/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,15 @@ $utilities: map-deep-merge(
class: text,
values: (break: break-word)
),
"text-opacity": (
property: opacity,
class: text,
values: (
high-emphasis: var(--v-high-emphasis-opacity),
medium-emphasis: var(--v-medium-emphasis-opacity),
disabled: var(--v-disabled-opacity)
)
),
"text-overflow": (
property: white-space overflow text-overflow,
class: text,
Expand Down

0 comments on commit 7c81246

Please sign in to comment.