@@ -378,7 +378,7 @@ div {
378
378
}
379
379
@media (prefers-reduced-motion : no-preference) {
380
380
.motion-safe\:transition {
381
- transition-property : background- color, border -color, color, text-decoration-color, fill, stroke,
381
+ transition-property : color, background -color, border- color, text-decoration-color, fill, stroke,
382
382
opacity, box-shadow, transform, filter, backdrop-filter;
383
383
transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
384
384
transition-duration : 150ms ;
@@ -389,7 +389,7 @@ div {
389
389
}
390
390
@media (prefers-reduced-motion : reduce) {
391
391
.motion-reduce\:transition {
392
- transition-property : background- color, border -color, color, text-decoration-color, fill, stroke,
392
+ transition-property : color, background -color, border- color, text-decoration-color, fill, stroke,
393
393
opacity, box-shadow, transform, filter, backdrop-filter;
394
394
transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
395
395
transition-duration : 150ms ;
@@ -492,7 +492,7 @@ div {
492
492
}
493
493
@media (prefers-reduced-motion : no-preference) {
494
494
.md\:motion-safe\:hover\:transition : hover {
495
- transition-property : background- color, border -color, color, text-decoration-color, fill,
495
+ transition-property : color, background -color, border- color, text-decoration-color, fill,
496
496
stroke, opacity, box-shadow, transform, filter, backdrop-filter;
497
497
transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
498
498
transition-duration : 150ms ;
0 commit comments