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! Thank you for your bug report!
Much appreciated! 🙏
This should be fixed, and will be available in Tailwind v3.
If you are using JIT mode, then you can already try it by using the v3 alpha version using npm install tailwindcss@insiders or yarn add tailwindcss@insiders.
If you are using AOT mode, then I would recommend you to try and switch to JIT mode first. If you can't do that for technical reasons / bugs, please open an issue with a minimal reproduction repo so that we can help.
What version of Tailwind CSS are you using?
v2.2.16
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind CLI
What version of Node.js are you using?
v16.10.0
What browser are you using?
Firefox 93
What operating system are you using?
Linux
Reproduction URL
https://play.tailwindcss.com/W5vUF4bvmS
Describe your issue
Pseudo element variants include
content: ""
which in some cases overrides explicitly set content through the arbitrary value feature:The text was updated successfully, but these errors were encountered: