We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d6719 commit ff6b0f7Copy full SHA for ff6b0f7
apps/server/tailwind.config.ts
@@ -21,6 +21,7 @@ export default resolveConfig({
21
"./node_modules/@follow/components/**/*.{ts,tsx}",
22
"./node_modules/rc-modal-sheet/**/*.{ts,tsx}",
23
"../../node_modules/rc-modal-sheet/**/*.{ts,tsx}",
24
+ "../../packages/**/*.{ts,tsx}",
25
],
26
plugins: [...baseConfig.plugins, daisyui],
27
daisyui: {
0 commit comments