From a2c5e34950594cd3ba01ce7f65716b74c9d16da1 Mon Sep 17 00:00:00 2001 From: "Malin J." Date: Wed, 12 Feb 2025 10:43:38 +0100 Subject: [PATCH] Do not need purge with next config changes #2827 --- web/tailwind.config.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/web/tailwind.config.cjs b/web/tailwind.config.cjs index 45363af01..e94accd5f 100644 --- a/web/tailwind.config.cjs +++ b/web/tailwind.config.cjs @@ -12,7 +12,6 @@ const round = (num) => const em = (px, base) => `${round(px / base)}em` module.exports = { - purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], content: [ './components/**/*.{js,ts,tsx}', './pageComponents/**/*.{js,ts,tsx}',