Skip to content

Commit 5d935b5

Browse files
committed
Remove packages from tailwind watch paths
1 parent 3b9ca25 commit 5d935b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/webapp/tailwind.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,7 @@ const radius = "0.5rem";
154154

155155
/** @type {import('tailwindcss').Config} */
156156
module.exports = {
157-
content: [
158-
"./app/**/*.{ts,jsx,tsx}",
159-
// include packages if not transpiling
160-
"../../packages/**/*.{ts,tsx}",
161-
],
157+
content: ["./app/**/*.{ts,jsx,tsx}"],
162158
theme: {
163159
container: {
164160
center: true,

0 commit comments

Comments
 (0)