Skip to content

Commit

Permalink
fix: prettier tailwindcss config
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <[email protected]>
  • Loading branch information
mattkrick committed Jan 31, 2025
1 parent 046703e commit 7b328c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
}
],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
"tailwindStylesheet": "./packages/client/styles/theme/global.css"
"tailwindStylesheet": "./packages/client/styles/theme/global.css",
"tailwindFunctions": ["clsx", "cn", "twMerge"],
"tailwindConfig": "./tailwind.config.js"
}

0 comments on commit 7b328c3

Please sign in to comment.