-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
var(--tw-empty,/*!*/ /*!*/) wrongly processed #760
Comments
Wow what a crazy edge case. Thanks for the heads up. I’ll make sure this is fixed in one of the upcoming releases. |
Wow, thanks for fixing this so fast! |
Thanks @evanw for putting this in 0.8.43; coincidentally I just noticed this very issue today while using Tailwind's ring utilities. Snowpack still uses esbuild 0.8.7, but nothing |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TailwindCSS uses this workaround to set the value of a CSS variable to a single empty space:
which is translated by esbuild into (
minify: false
)which is not valid and should instead be left untouched.
There are more details around this in the following ticket:
tailwindlabs/tailwindcss#2889
The text was updated successfully, but these errors were encountered: