update config as per tailwind V3.0 docs
This commit is contained in:
parent
d334bb7a98
commit
68646fe3b2
|
|
@ -2,7 +2,7 @@ const defaultTheme = require("tailwindcss/defaultTheme");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: "jit",
|
mode: "jit",
|
||||||
purge: [
|
content: [
|
||||||
"./pages/**/*.{js,ts,jsx,tsx,md,mdx}",
|
"./pages/**/*.{js,ts,jsx,tsx,md,mdx}",
|
||||||
"./components/**/*.{js,ts,jsx,tsx}",
|
"./components/**/*.{js,ts,jsx,tsx}",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue