modern-css-reset/src
Kevin f1ab7b6974
Reduce motion of ::before and ::after pseudo-elements
The change adds the `*::before` and *::after` in the reduce motion media query. Effectively these additions should prevent any animations which were happening in these pseudo-elements when the user has opted to reduce the motion. 

Why?
I've come across an edge case where I'm animating an `::after` (not sure if that's the ideal way to do it), but animations should be disabled for these pseudo-elements as well.
2020-10-22 02:30:38 +03:00
..
reset.css Reduce motion of ::before and ::after pseudo-elements 2020-10-22 02:30:38 +03:00