Skip to content

Instantly share code, notes, and snippets.

@akoepcke
Forked from jakedohm/default-duration.postcss
Created April 15, 2020 13:06
Show Gist options
  • Save akoepcke/a46814c18705f68980383fc49f24927f to your computer and use it in GitHub Desktop.
Save akoepcke/a46814c18705f68980383fc49f24927f 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