headwind icon indicating copy to clipboard operation
headwind copied to clipboard

Is this project depreciated now that a official Prettier plugin for Tailwind CSS is available?

Open theDude823 opened this issue 2 years ago • 3 comments

theDude823 avatar May 20 '22 10:05 theDude823

No. Tailwind's first party plugin doesn't work with Prettier, so there's still a place for this.

darylknight avatar Jun 28 '22 06:06 darylknight

No. Tailwind's first party plugin doesn't work with Prettier, so there's still a place for this.

It does work with Prettier because it is a plugin for it.

Is this project deprecated now that a official Prettier plugin for Tailwind CSS is available?

I'd say it was abandoned by it's creator and probably not actively maintained anymore. As I mentioned on another issue, I personally started using eslint-plugin-tailwindcss instead od headwind since it is activelly maintained and supports all of the latest features from core.

hacknug avatar Aug 04 '22 13:08 hacknug

Anyone else coming here after having issues with this plugin, I ended up replacing Headwind with ESLint+Prettier : https://github.com/tailwindlabs/prettier-plugin-tailwindcss for class order formatting https://github.com/francoismassart/eslint-plugin-tailwindcss for linting

ruridge avatar Aug 19 '22 17:08 ruridge