Skip to content

Instantly share code, notes, and snippets.

@rico3000
Created February 2, 2019 08:13
Show Gist options
  • Select an option

  • Save rico3000/1210b34856cca690b8359c78df832450 to your computer and use it in GitHub Desktop.

Select an option

Save rico3000/1210b34856cca690b8359c78df832450 to your computer and use it in GitHub Desktop.
Usefull CSS Snippets
/* 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