Replies: 1 comment
-
Same problem. I'd add that
works in the Tailwind playground, but doesn't work when compiling a Tailwind site with the CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
At work, I use XML to build HTML page, and it does not like the
&
, requiring it to be changed to&
. However, when Tailwind sees&
, it does not like that either, due to the semicolon.I would like to request an config option to change the
&
to something else that won't be conflicting.Beta Was this translation helpful? Give feedback.
All reactions