-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
What version of Tailwind CSS are you using?
v4.1.10
What build tool (or framework if it abstracts the build tool) are you using?
postcss-cli 11.0.1
What version of Node.js are you using?
v24.2.0
What browser are you using?
Chrome, Safari, Firefox
What operating system are you using?
macOS
Reproduction URL
I'm not sure how to provide you with a reproduction URL for this, but here's a screenshot that shows the class present on the DOM element, while it's missing in the class list:
Describe your issue
It seems that Tailwind doesn't extract pseudo-classes such as :lg:pr-4
or :first:sm:pl-6
. Example code:
(e/defn Widget
[props]
(e/client
($ :div {:class [:first:sm:pl-6 :first:lg:pl-8]})))
Metadata
Metadata
Assignees
Labels
No labels