We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4fa03 commit 5b3c930Copy full SHA for 5b3c930
tailwind.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('tailwindcss').Config} */
2
module.exports = {
3
- content: ["./src/**/*.{js,jsx,ts,tsx}"],
+ content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"],
4
theme: {
5
extend: {},
6
},
0 commit comments