Skip to content

Commit

Permalink
feat(utilities): add new classes
Browse files Browse the repository at this point in the history
resolves #9243
  • Loading branch information
johnleider committed Apr 6, 2024
1 parent 0201c01 commit a3ff4eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/vuetify/src/styles/settings/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ $utilities: () !default;
// Display utilities
"overflow": (
property: overflow,
values: auto hidden visible,
values: auto hidden visible scroll,
),
"overflow-x": (
property: overflow-x,
values: auto hidden
values: auto hidden scroll
),
"overflow-y": (
property: overflow-y,
values: auto hidden
values: auto hidden scroll
),
"display": (
responsive: true,
Expand Down Expand Up @@ -573,6 +573,7 @@ $utilities: () !default;
),
"height": (
property: height,
responsive: true,
class: h,
values: (
auto: auto,
Expand All @@ -593,6 +594,7 @@ $utilities: () !default;
),
"width": (
property: width,
responsive: true,
class: w,
values: (
auto: auto,
Expand Down

0 comments on commit a3ff4eb

Please sign in to comment.