Skip to content

Commit 883578e

Browse files
committed
refactor: stylelint feedback
1 parent 8fc2307 commit 883578e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/components/src/components/navigation-item-group/navigation-item-group-menu-tree.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
margin-block-start: variables.$db-spacing-fixed-xs;
2020

2121
@media screen and (prefers-reduced-motion: no-preference) {
22-
& {
23-
transition: block-size
24-
#{variables.$db-transition-straight-emotional};
25-
}
22+
transition: block-size #{variables.$db-transition-straight-emotional};
2623
}
2724

2825
&:empty {

0 commit comments

Comments
 (0)