You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and windicss cant parse it anymore.
maybe put the the enforce option only if transformCSS is 'pre' ?
as a workaround you can use
transformCSS: 'some-other-string 😜'
when using 'pre' (or true), postcss hasnt run and windicss cant parse when you use e.g. postcsss-nesting
Hello,
when using transformCSS: 'post',
the css has already been converted to Javascript
and windicss cant parse it anymore.
maybe put the the enforce option only if transformCSS is 'pre' ?
as a workaround you can use
transformCSS: 'some-other-string 😜'
when using 'pre' (or true), postcss hasnt run and windicss cant parse when you use e.g. postcsss-nesting
or is the first push with enforce: 'pre' wrong?
vite-plugin-windicss/packages/vite-plugin-windicss/src/index.ts
Lines 111 to 131 in f0f9088
The text was updated successfully, but these errors were encountered: