Skip to content

Commit

Permalink
Update packages/css/src/components/accordion/accordion.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Smedinga <[email protected]>
  • Loading branch information
dlnr and VincentSmedinga authored Apr 16, 2024
1 parent c436773 commit f525f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/components/accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
transform: rotate(180deg);
}

@media (prefers-reduced-motion) {
transition: none;
@media not (prefers-reduced-motion) {
transition: transform 0.3s ease;
}
}

Expand Down

0 comments on commit f525f40

Please sign in to comment.