HTML optimized generate wrong code
-
I have simple TailwindCSS like this:
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel=stylesheet">
But, when enable “Optimize HTML Code”, it generate this:
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.cssrel=stylesheet">
Notice the attribute was merged. No space between
...css
andrel
.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘HTML optimized generate wrong code’ is closed to new replies.