Skip to content

Commit

Permalink
refactor(variables): rename 2xl to xxl
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jun 7, 2023
1 parent ae05cc6 commit bd6ca80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/styles/settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ $rounded: map-deep-merge(
null: $border-radius-root,
'lg': $border-radius-root * 2,
'xl': $border-radius-root * 4,
'2xl': $border-radius-root * 6,
'xxl': $border-radius-root * 6,
'pill': 9999px,
'circle': 50%
),
$rounded
);

$spacer: 4px !default;
$spacers-steps: 16 !default;
$spacers-steps: 16 !default;

$spacers: () !default;
@if (type-of($spacers) == list) {
Expand Down

0 comments on commit bd6ca80

Please sign in to comment.