We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca8f2d + 2649f69 commit 69084f2Copy full SHA for 69084f2
1 file changed
source/_base.css
@@ -45,7 +45,7 @@
45
46
@media (print), (prefers-reduced-motion) {
47
.animated {
48
- animation: unset !important;
49
- transition: none !important;
+ animation-duration: 0s;
+ transition-duration: 0s;
50
}
51
0 commit comments