update config as per tailwind V3.0 docs

This commit is contained in:
khalilcodes 2022-03-24 02:01:30 +03:00
parent d334bb7a98
commit 68646fe3b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
mode: "jit",
purge: [
content: [
"./pages/**/*.{js,ts,jsx,tsx,md,mdx}",
"./components/**/*.{js,ts,jsx,tsx}",
],