What version of prettier-plugin-tailwindcss are you using?
v0.6.5
What version of Tailwind CSS are you using?
v3.4.1
What version of Node.js are you using?
v20.11.0
What package manager are you using?
pnpm
What operating system are you using?
Windows
Describe your issue
If i use the custom style in a css/less file, an error will occur once formatted.
If i don't use ~“” to wrap the custom style ( @apply ~"tw-right-[20px]" ), there's no problem, but the custom style cannot take effect.
Before format

After format

Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead.