Tailwindcss 3.0 Class Support #177
Open
+6,192
−3,646
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As always the order of the class sorting is taken from the documentation on the tailwindcss website from top to bottom.
At a glance I noticed that tailwindcss 3.0 removed classes such as border opacity and placeholder color. Some of the classes just have been renamed. See the upgrade guide for a full list of changes.
That being said these new updated classes wont have some of the old classes 2.0 has. Which would result of the classes being pushed to the end of the class list. I'm not sure how the author would like to proceed.