safelist error with double underscore #7431
charliezstong
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey! Not sure what you're trying to do here, If you can share a project where you actually have this setup to the best of your ability it will be easier to see where things are going wrong and point you in the right direction. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
3.0.19
What build tool (or framework if it abstracts the build tool) are you using?
none (pug,js,css)
What version of Node.js are you using?
v14.17.1
What browser are you using?
Chrome
What operating system are you using?
Windows 10
Describe your issue
The safelist pattern not working with intlTelInput.css ( https://github.com/jackocnr/intl-tel-input/blob/master/build/css/intlTelInput.css ) can't extract selector with double underscore "__".
safelist:[ {pattern: /^iti/, variants: ['__']} ]
Beta Was this translation helpful? Give feedback.
All reactions