From bd25a99a0b89432b0205eecc92d23c40086d77fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 9 Mar 2022 16:40:03 +0100 Subject: [PATCH] Avoid purging of required classes --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.js b/tailwind.config.js index d5a4919a..fee126b8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,6 +12,7 @@ module.exports = { './public/typo3conf/ext/ep_theme/Classes/ViewHelpers/**/*.php', ], safelist: [ + 'pt-8', 'pt-16', 'pb-8', 'pb-16', 'bg-red-600', 'bg-header-season-w', 'bg-header-season-s',