diff --git a/tailwind.config.js b/tailwind.config.js index 6f43192b73..1f64d90c85 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {