Skip to content

Commit

Permalink
fix(inputs): remove unused variables imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jun 13, 2022
1 parent 310947c commit b27c532
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Expand Up @@ -4,7 +4,6 @@
@use '../../styles/settings'
@use '../../styles/tools'
@use './variables' as *
@use '../VInput/variables' as *

.v-autocomplete
.v-field
Expand Down
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VCombobox/VCombobox.sass
Expand Up @@ -4,7 +4,6 @@
@use '../../styles/settings'
@use '../../styles/tools'
@use './variables' as *
@use '../VInput/variables' as *

.v-combobox
.v-field
Expand Down
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VSelect/VSelect.sass
Expand Up @@ -4,7 +4,6 @@
@use '../../styles/settings'
@use '../../styles/tools'
@use './variables' as *
@use '../VInput/variables' as *

.v-select
.v-field
Expand Down
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VTextarea/VTextarea.sass
Expand Up @@ -4,7 +4,6 @@
@use '../../styles/settings'
@use '../../styles/tools'
@use './variables' as *
@use '../VInput/variables' as *

.v-textarea
.v-field__input
Expand Down

0 comments on commit b27c532

Please sign in to comment.