Skip to content

Commit dcec9b0

Browse files
committed
chore: Configure template Paths
1 parent ad7c80b commit dcec9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: [],
3+
content: ["./src/**/*.{js,jsx}", "./public/index.html"],
44
theme: {
55
extend: {},
66
},
77
plugins: [],
8-
}
8+
};

0 commit comments

Comments
 (0)