Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default transition #199

Merged
merged 1 commit into from
Nov 25, 2020
Merged

Add default transition #199

merged 1 commit into from
Nov 25, 2020

Conversation

ben-rogerson
Copy link
Owner

This PR gives the transition class some improved defaults.

Before this change, you had to add some additional functions to make the transition show up.
For example:

tw`transition ease-in-out duration-150`; 

Those classes are now all rolled up into the single class as defaults:

tw`transition`;

See the official tailwind docs for more information.

@ben-rogerson ben-rogerson mentioned this pull request Nov 21, 2020
14 tasks
@ben-rogerson ben-rogerson merged commit b66d3e9 into master Nov 25, 2020
@ben-rogerson ben-rogerson deleted the feature/default-transitions branch November 25, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant