• Resolved Mulia

    (@mul14)


    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 and rel.

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.