From 3398d2811aa277a1bbdc570fcb1555cc7f39851f Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sat, 24 Oct 2020 18:09:48 -0300 Subject: [PATCH] Testing new TailwindConfig --- tailwind.config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 367b143de..6aca71432 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,13 +3,7 @@ module.exports = { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true, }, - purge: { - mode: 'all', - content: [ - './pages/**/*.{js,ts,jsx,tsx}', - './components/**/*.{js,ts,jsx,tsx}', - ], - }, + purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], theme: { extend: { maxWidth: {