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
The compatibility with @shopify/prettier-plugin-liquid doesn't work right. The follow code will not be formatted. When you use the liquid-html parser. Only with the html parser
I tested with v0.4.3 and our plugin works as expected from what I can tell? Can you provide a reproduction of it not working with that version? There was a breaking change in the v1.0.0-rc.0 which broke our class attribute detection which I've opened a PR to fix.
I've merged in the fix which will go out in our next tagged release. If you can provide a reproduction for v0.4.3 where it doesn't work I'll take a look and see if there's anything else we can / need to fix there. Otherwise, I will tag a point release tomorrow with the fix.
Thanks for your quick reply. It finally works. I switched to version 0.4.3 and installed my git project from scratch again. Because I am using the prettier VSC extension I wanted to be sure it was not related to my VSC project. Cause i had changed yesterday some VSC settings related.
Thanks again for the quick reply and making a new fix for the release for v1.0.0-rc.2.
The compatibility with @shopify/prettier-plugin-liquid doesn't work right. The follow code will not be formatted. When you use the liquid-html parser. Only with the html parser
Prettier config
What version of
prettier-plugin-tailwindcss
are you using?0.2.0
What version of
@shopify/prettier-plugin-liquid
are you using?1.0.0-rc.2 and 0.4.3 (tested both)
What version of Tailwind CSS are you using?
3.2.4
What version of Node.js are you using?
v18.12.1
What package manager are you using?
NPM
What operating system are you using?
Mac os
The text was updated successfully, but these errors were encountered: