After enabling the plugin in my project, I noticed some changes in the CSS. I’m using TailwindCSS 4. If I view the HTML code, I find the following: `<script on-document:qinit="/@qwik-handlers#_task[9]" :="" type="placeholder" hidden=""></script></main><script on-document:qinit="#0" q:key="3Z_7" :="" on-document:qcinit="/@qwik-handlers#_run[10]" data-qwik-inspector="/node_modules/@qwik.dev/router/lib/index.qwik.mjs:1356:35"></script><style q:style="imzw87-0" :="">/** -- * Tailwind CSS imports * View the full documentation at https://tailwindcss.com */ *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; `
After enabling the plugin in my project, I noticed some changes in the CSS. I’m using TailwindCSS 4.
If I view the HTML code, I find the following:
`<script on-document:qinit="/@qwik-handlers#_task[9]" :="" type="placeholder" hidden=""></script><script on-document:qinit="#0" q:key="3Z_7" :="" on-document:qcinit="/@qwik-handlers#_run[10]" data-qwik-inspector="/node_modules/@qwik.dev/router/lib/index.qwik.mjs:1356:35"></script><style q:style="imzw87-0" :="">/**
*/
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
`