Problem/Motivation
The CSS library does not follow some good practices:
- respect prefer-reduced-motion media query
- add will-change for better performance
- use % values instead of px
The CSS library does not follow some good practices:
- respect prefer-reduced-motion media query
- add will-change for better performance
- use % values instead of px
Comments