Created
February 2, 2019 08:13
-
-
Save rico3000/1210b34856cca690b8359c78df832450 to your computer and use it in GitHub Desktop.
Usefull CSS Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* https://twitter.com/scottjehl/status/1085600505299111936 */ | |
| @media (prefers-reduced-motion: reduce) { | |
| * { | |
| animation: none !important; | |
| transition: none !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment