From e003c20b90e264d080e73449e29ecf9900aa2cee Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 19 Feb 2022 01:18:02 +0100 Subject: [PATCH] fix tailwind config --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 4b65c7c..f684bfd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,7 +3,7 @@ module.exports = { purgeLayersByDefault: true, removeDeprecatedGapUtilities: true, }, - purge: { + content: { content: [ './components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}',