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 c0701fd commit 6c60b20Copy full SHA for 6c60b20
tailwind.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('tailwindcss').Config} */
2
export default {
3
- content: ["./src/**/*.{html,js,ts}"],
+ content: ["./*.{html,js}", "./src/**/*.{html,js}"],
4
theme: {
5
extend: {},
6
},
0 commit comments