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 bc91e45 commit b41c58fCopy full SHA for b41c58f
tailwind.config.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
mode: "jit",
3
- purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
+ content: [
4
+ "./pages/**/*.{js,ts,jsx,tsx}",
5
+ "./components/**/*.{js,ts,jsx,tsx}",
6
+ ],
7
darkMode: "class", // or 'media' or 'class'
8
presets: [require("./utils/tailwind-preset")],
9
};
0 commit comments