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

Unused tailwind prettier plugin #222

Closed
SimonStnn opened this issue Jun 11, 2024 · 0 comments · Fixed by #229
Closed

Unused tailwind prettier plugin #222

SimonStnn opened this issue Jun 11, 2024 · 0 comments · Fixed by #229
Labels
bug Something isn't working

Comments

@SimonStnn
Copy link
Owner

"prettier-plugin-tailwindcss": "^0.5.11",

The tailwind prettier plugin is installed, but is not used. The following needs to be added to the .prettierrc file:

{
  "plugins": ["prettier-plugin-tailwindcss"]
}

https://tailwindcss.com/blog/automatic-class-sorting-with-prettier

When adding the plugin, it may also be useful to update the prettier deps (just do the plugin installation process again).

@SimonStnn SimonStnn added the bug Something isn't working label Jun 11, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Pop-a-loon Jun 11, 2024
@SimonStnn SimonStnn moved this from Backlog to In progress in Pop-a-loon Jun 16, 2024
@SimonStnn SimonStnn moved this from In progress to In review in Pop-a-loon Jun 16, 2024
@SimonStnn SimonStnn linked a pull request Jun 16, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In review to Done in Pop-a-loon Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant