generated from Fascinated/nextjs-13-template-with-tailwindcss
add config to tailwind parser
This commit is contained in:
parent
7860f5eb53
commit
f3191ccf85
@ -4,6 +4,7 @@ module.exports = {
|
||||
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./config.json",
|
||||
],
|
||||
theme: {},
|
||||
plugins: [],
|
||||
|
Loading…
Reference in New Issue
Block a user