Skip to content

Instantly share code, notes, and snippets.

@jakedohm
Created April 15, 2020 12:09
Show Gist options
  • Save jakedohm/51aea6e802254a9e696f10ea164b550b to your computer and use it in GitHub Desktop.
Save jakedohm/51aea6e802254a9e696f10ea164b550b to your computer and use it in GitHub Desktop.
/* Apply a default duration to all .transition classes */
[class*="transition"] {
@apply duration-300;
}
/* Default transition class must come _before_ utilities,
so it can be overridden by any .duration-x utilities */
@tailwind utilities;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment