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
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
No reproduction URL for this one.
Describe your issue
In Clojure, it seems that surrounding brackets interfere with the extraction of classes from keywords. E.g.:
(when condition :bg-white:bg-black)
The presence of ) at the end seems to prevent :bg-black from being captured. I have a suggestion for how to fix this in the pre-processor, but I'm afraid that my limited experience of Rust will show, so I will kindly ask for your good input on the matter.