add config to tailwind parser

This commit is contained in:
Lee 2023-07-01 22:30:14 +01:00
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: [],