Skip to content

Commit 6c60b20

Browse files
committed
tailwindcss config setup
1 parent c0701fd commit 6c60b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
3-
content: ["./src/**/*.{html,js,ts}"],
3+
content: ["./*.{html,js}", "./src/**/*.{html,js}"],
44
theme: {
55
extend: {},
66
},

0 commit comments

Comments
 (0)