Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double escape happening in attribute value selectors #10353

Closed
lifeiscontent opened this issue Jan 17, 2023 · 2 comments · Fixed by #10400
Closed

double escape happening in attribute value selectors #10353

lifeiscontent opened this issue Jan 17, 2023 · 2 comments · Fixed by #10400
Assignees

Comments

@lifeiscontent
Copy link

What version of Tailwind CSS are you using?

v3.2.4

What build tool (or framework if it abstracts the build tool) are you using?

postcss 8.4.19

What version of Node.js are you using?

v14.19.1

What browser are you using?

Chrome

What operating system are you using?

Kubuntu Linux

Reproduction URL

https://play.tailwindcss.com/sRVqoiJfLV

Describe your issue

in the attribute value of a attribute selector the value is being double escaped and there appears to be no way to un-escape it.

@thecrypticace
Copy link
Contributor

thecrypticace commented Jan 23, 2023

Hey, I've merged the fix for this in #10400. It'll be available in our next release. In the meantime you can test it using our insiders build which should be available in a few minutes: npm instal tailwindcss@insiders.

Thanks for reporting this! It helped uncover (and fix) a second related bug as well. ✨

@lifeiscontent
Copy link
Author

@thecrypticace thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants