Skip to content

Commit befd6aa

Browse files
committed
Include index.html for discovering classes
1 parent 0730d73 commit befd6aa

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
module.exports = {
3-
content: ["./src/**/*.{js,jsx,ts,tsx}"],
3+
content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"],
44
theme: {
55
extend: {},
66
},

0 commit comments

Comments
 (0)