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
I'm experiencing a similar issue while using v0.6.5 with Svelte. The problem occurs when formatting whitespace. For some reason, an extra } is added, and the $ symbol for store access is removed, which makes the code incorrect.
What version of
prettier-plugin-tailwindcss
are you using?v0.6.5
What version of Tailwind CSS are you using?
v3.4.4
What version of Node.js are you using?
v20.10.0
What package manager are you using?
npm
What operating system are you using?
macOS
Reproduction URL
https://github.com/madisonbullard/prettier-plugin-tailwind-bug
Describe your issue
Beginning with v0.6.0, formatting
src/routes/+page.svelte
(vianpm format
or format-on-save) results in syntax errors.Before formatting
After formatting
The text was updated successfully, but these errors were encountered: