Skip to content

Commit da02904

Browse files
committed
squash
1 parent 7d71d89 commit da02904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: ["./index.html", "./src/**/*.jsx"],
3+
content: ["./index.html", "./src/**/*.jsx", "./src/**/*.res.mjs"],
44
theme: {
55
extend: {},
66
},

0 commit comments

Comments
 (0)