Possible duplicate CSS generation? #14001
thevipinmishra
started this conversation in
General
Replies: 1 comment 2 replies
-
Seems to be an idiosyncrasy within Tailwind play. I do not observe the same behavior when running Tailwind locally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, a very strange thing I came across while checking the generated CSS on the Tailwind play website.
Consider the following HTML.
and Tailwind generates the following CSS. (excludingPreflight CSS)
This got me thinking, why is it like this?
only 1 class was supposed to be generate right? only inside media query, not the vanilla version.
Just to confirm this, I ran it without it and it just worked fine.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions