aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/reusable-components/_design-system-reduced-motion.scss
blob: 437cc539d9c31c9b69d72c7f255fad4ccd906d25 (plain)
1
2
3
4
5
6
7
8
9
/**
 * reduced motion MQ: for vestibular disorders
 */
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}