From 823c637fe17d1ca634473d424e536167e8bd6f4b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 12 Nov 2021 18:18:12 +0000 Subject: [PATCH] fixed ce in tailwind config --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {