Skip to content

Commit

Permalink
chore(VSnackbar): remove duplicate sass variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jun 2, 2020
1 parent f792eea commit d27fddb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VSnackbar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $snackbar-btn-padding: 0 8px !default;
$snackbar-color: hsla(0, 0%, 100%, .87) !default;
$snackbar-content-font-size: map-deep-get($headings, 'body-2', 'size') !default;
$snackbar-content-font-weight: map-deep-get($headings, 'body-2', 'weight') !default;
$snackbar-content-font-weight: map-deep-get($headings, 'body-2', 'weight') !default;
$snackbar-content-letter-spacing: map-deep-get($headings, 'body-2', 'letter-spacing') !default;
$snackbar-content-line-height: map-deep-get($headings, 'body-2', 'line-height') !default;
$snackbar-content-padding: 14px 16px !default;
Expand Down

0 comments on commit d27fddb

Please sign in to comment.