We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e43d2a commit 563b857Copy full SHA for 563b857
prettier.config.js
@@ -4,6 +4,7 @@ const plugins = [];
4
try {
5
// eslint-disable-next-line
6
require('tailwindcss');
7
+ // must be loaded last: https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#compatibility-with-other-prettier-plugins
8
plugins.push('prettier-plugin-tailwindcss');
9
} catch (err) {
10
// continue regardless of error
0 commit comments