fixed ce in tailwind config
parent
a710ce8eee
commit
823c637fe1
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue