Skip to content

Commit

Permalink
chore: fix lint error & rollback redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed May 12, 2024
1 parent bf1dd2b commit 7f3811a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/vuetify/src/composables/nested/nested.ts
Expand Up @@ -336,4 +336,3 @@ export const useNestedGroupActivator = () => {

provide(VNestedSymbol, { ...parent, isGroupActivator: true })
}

2 changes: 0 additions & 2 deletions packages/vuetify/src/labs/VTreeview/VTreeviewItem.sass
@@ -1,6 +1,4 @@
@use 'sass:map'
@use '../../styles/tools'
@use '../../styles/settings'
@use './variables' as *

@include tools.layer('components')
Expand Down
1 change: 0 additions & 1 deletion packages/vuetify/src/labs/VTreeview/_variables.scss
@@ -1,5 +1,4 @@
@use 'sass:map';
@forward '../../components/VList/variables';

$treeview-group-list-indent-size: 16px !default;
$treeview-group-list-prepend-width: 16px !default;
Expand Down

0 comments on commit 7f3811a

Please sign in to comment.