fixed ce in tailwind config

ee-to-ce
Peer Richelsen 2021-11-12 18:18:12 +00:00
parent a710ce8eee
commit 823c637fe1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module.exports = {
purge: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./ee/components/**/*.{js,ts,jsx,tsx}",
"./ce/components/**/*.{js,ts,jsx,tsx}",
],
darkMode: "class",
theme: {