Created
April 15, 2020 12:09
-
-
Save jakedohm/51aea6e802254a9e696f10ea164b550b to your computer and use it in GitHub Desktop.
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
/* 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