Skip to content

Commit

Permalink
remove duplicated reduce motion css
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed May 16, 2024
1 parent 682287d commit 3a5f3d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ const benefitTextStyles = css`
const fadeable = css`
transition: opacity 150ms linear;
opacity: 0;
@media (prefers-reduced-motion: reduce) {
transition: none !important;
}
`;

const visible = css`
Expand Down

0 comments on commit 3a5f3d2

Please sign in to comment.