-
Notifications
You must be signed in to change notification settings - Fork 4.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
Empty Selector Generated in Tailwind CSS Output #15017
Comments
Can you please provide a reproduction as required in the issue template? We can’t fix this until we know when it happens. |
Thank you for your comments! I've updated the issue template, and all the necessary information is now available above. Please feel free to review it, and let me know if you need anything else. |
When I run |
I encountered an issue where Tailwind CSS generates an invalid empty selector { } in the compiled CSS, causing errors during parsing.
What version of Tailwind CSS are you using?
What build tool (or framework if it abstracts the build tool) are you using?
What browser are you using?
What operating system are you using?
Reproduction URL
https://github.com/amjarmed/jsm-banking
Describe your issue
Tailwind CSS should not generate any empty selectors. All rules should be associated with a valid class or selector.
A selector {border-bottom-width: 1px !important; } is generated without a class name, leading to parsing failures during build or runtime.
The text was updated successfully, but these errors were encountered: