Skip to content

Commit

Permalink
fix: stylus var name (possible breaking change introduced by #5802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Dec 10, 2018
1 parent b6afe4a commit 9e893dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vuetify/src/stylus/settings/_variables.styl
Expand Up @@ -207,7 +207,9 @@ $chip-small-height := 24px
$chip-small-font-size := 20px
$chip-icon-offset := 12px
$chip-icon-negative-offset := -8px
$chip-removable-padding := 0 $chip-margin 0 $chip-icon-offset
// TODO: s/removeable/removable in 2.0
// invalid name kept to avoid possible breaking change
$chip-removeable-padding := 0 $chip-margin 0 $chip-icon-offset
$chip-removable-padding-rtl := 0 $chip-icon-offset 0 $chip-margin
// TODO: remove in 2.0
$chip-removable-padding := $chip-removeable-padding
Expand Down

0 comments on commit 9e893dd

Please sign in to comment.