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
Describe your issue
If one of my custom selectors in my stylesheet contains ".bg-green a", the color "bg-green-light" doesn't compile at all. I'm wondering if this is a regex matching issue, but it seems other color utilities work fine.
The text was updated successfully, but these errors were encountered:
Just to be clear, the class "bg-green" doesn't exist per Tailwind's configuration, but it could exist per other tools or framework specifics and once it's included in my code, there's no error, no message from compilation and background color utilities don't compile past that.
What version of Tailwind CSS are you using?
3.0.1
What build tool (or framework if it abstracts the build tool) are you using?
Reproducible on Tailwind CLI and Laravel mix / Webpack
What version of Node.js are you using?
For example: v14.18.2
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
Fully reproduced bug here, look at the input.css file with the @apply rule
https://github.com/davidwebca/tailwindcss-v3-bg-color-bug
Describe your issue
If one of my custom selectors in my stylesheet contains ".bg-green a", the color "bg-green-light" doesn't compile at all. I'm wondering if this is a regex matching issue, but it seems other color utilities work fine.
The text was updated successfully, but these errors were encountered: