Skip to content

Instantly share code, notes, and snippets.

@opensourcekam
Created November 26, 2019 17:26
Show Gist options
  • Save opensourcekam/6d0c83b60abee1192e5688426bb384d0 to your computer and use it in GitHub Desktop.
Save opensourcekam/6d0c83b60abee1192e5688426bb384d0 to your computer and use it in GitHub Desktop.
some cool style helpers
export const prefersReducedMotion = css`
@media (prefers-reduced-motion: reduce) {
animation: none;
transition: none;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment