diff --git a/.prettierrc b/.prettierrc index 339bc4d6206..bf3068c1e3e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -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" }