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
Hey! We encountered a similar problem with ::ng-deep in Angular — while we had a bit of a patch fix for that we ended up rewriting our selector handling to handle unknown pseudo-elements better in #10962.
This will be in the next release — and in our insiders build if you want to test it before we tag a new one: npm install tailwindcss@insiders.
What version of Tailwind CSS are you using?
3.3.1
What build tool (or framework if it abstracts the build tool) are you using?
tailwindcss
What version of Node.js are you using?
v18.14.0
Steps to Repro
mkdir repro cd repro yarn global add tailwindcss@3.3.1 tailwindcss init
Create
repro.css
with the following content:Run
tailwindcss --input .\repro.css --output .\result.css
You can fix this by downgrading tailwindcss to 3.3.0:
And the CORRECT output
The text was updated successfully, but these errors were encountered: