You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the extend/preset examples, I was outputting double the classes. This is not great for file sizes, but also will lead to conflicts and would be unclear as to what is actually going to be rendered.
Ensure only one class name ever gets generated.
Decide on the priority in terms of configs (lower down the tree makes most sense)
The text was updated successfully, but these errors were encountered:
If we have repeated tailwind classes in a declaration these also get duplicated - not great for readability and file size, but less of an issue since tailwind itself doesn't deal with this I think.
While testing the extend/preset examples, I was outputting double the classes. This is not great for file sizes, but also will lead to conflicts and would be unclear as to what is actually going to be rendered.
The text was updated successfully, but these errors were encountered: