When I use tailwind syntax like "[&>div]:w-full" in wordpress with wind.press plugin the css is generated correctly in "Play CDN" mode. But as soon I generate the cached CSS File the output has false syntax. That's because of the chars & and > were converted to & and >. Could you fix the outout for the file cache? Is this repo still up to date?
When I use tailwind syntax like "[&>div]:w-full" in wordpress with wind.press plugin the css is generated correctly in "Play CDN" mode. But as soon I generate the cached CSS File the output has false syntax. That's because of the chars & and > were converted to & and >. Could you fix the outout for the file cache? Is this repo still up to date?