Skip to content

Commit b41c58f

Browse files
committed
feat: update config to tailwind 3.0
1 parent bc91e45 commit b41c58f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tailwind.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
mode: "jit",
3-
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
3+
content: [
4+
"./pages/**/*.{js,ts,jsx,tsx}",
5+
"./components/**/*.{js,ts,jsx,tsx}",
6+
],
47
darkMode: "class", // or 'media' or 'class'
58
presets: [require("./utils/tailwind-preset")],
69
};

0 commit comments

Comments
 (0)