Add tailwind css support

This commit is contained in:
DefectingCat
2023-03-20 16:25:33 +08:00
parent b9f7d0da4a
commit b6fbc66a65
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
module.exports = {
darkMode: 'class',
content: [
'./app/**/*.{js,ts,jsx,tsx,md,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,md,mdx}',
'./components/**/*.{js,ts,jsx,tsx}',
'./layouts/**/*.{js,ts,jsx,tsx}',