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 have a Nodejs Express project. I am using EJS as the template partial language. This does not seem to work. Even after install this plugin and having prettier work, the automatic class sorting does not work.
Steps to reproduce the behavior:
Install prettier
Install prettier-plugin-prettier
Try to save file to format or running npx prettier --check views/
Does not work
Expected behavior
Sort my tailwind css classes
Screenshots npx prettier --check views/ Checking formatting... [error] No supported files were found in the directory: "views/". All matched files use Prettier code style!
Versions:
prettier-plugin-tailwind version: 4.0.0
Operating system: Windows
NPM/Yarn version: 8.1.2
The text was updated successfully, but these errors were encountered:
Hi @SavarJ, sadly I've just put a note on the README that this package is no longer maintained.
I suggest using the official prettier-plugin-tailwindcss package instead.
I have a Nodejs Express project. I am using EJS as the template partial language. This does not seem to work. Even after install this plugin and having prettier work, the automatic class sorting does not work.
Steps to reproduce the behavior:
Expected behavior
Sort my tailwind css classes
Screenshots
npx prettier --check views/ Checking formatting... [error] No supported files were found in the directory: "views/". All matched files use Prettier code style!
Versions:
The text was updated successfully, but these errors were encountered: