We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d71d89 commit da02904Copy full SHA for da02904
tailwind.config.cjs
@@ -1,6 +1,6 @@
1
/** @type {import('tailwindcss').Config} */
2
module.exports = {
3
- content: ["./index.html", "./src/**/*.jsx"],
+ content: ["./index.html", "./src/**/*.jsx", "./src/**/*.res.mjs"],
4
theme: {
5
extend: {},
6
},
0 commit comments