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