Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I use custom styles in CSS/LESS files, formatting will make an error #323

Open
gwh18560 opened this issue Oct 18, 2024 · 2 comments
Open

Comments

@gwh18560
Copy link

gwh18560 commented Oct 18, 2024

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
image

After format
image

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

@gwh18560 gwh18560 changed the title When I use custom styles in CSS/LESS files, formatting will report an error When I use custom styles in CSS/LESS files, formatting will make an error Oct 18, 2024
@John-Gymly
Copy link

John-Gymly commented Nov 1, 2024

This also happens for any custom classes added to the tailwind config. Prettier is suggesting to put bg-scrim as the 1st class while the sorter places it last
Screenshot 2024-11-01 at 10 32 59

@gurgeous
Copy link

I am seeing this as well with my custom color. For some reason the vscode prettier extension and prettier cli disagree on the class sorting. I am using [email protected] and [email protected]. Note that this ONLY happens with my custom color. If I change bg-paper to bg-red-500 the bug goes away.

Thanks guys, love this plugin and tailwind too!

vscode prettier extension

<div class="bg-paper fixed">

node_modules/.bin/prettier xxx.vue

<div class="fixed bg-paper">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants