From 83725b3434ad8301de5c7d1981dcf0a5c39eb1c8 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sun, 25 Oct 2020 13:41:16 -0300 Subject: [PATCH] Tailwind purge errores --- tailwind.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 511ba87cb..e6b14b11e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,8 +4,6 @@ module.exports = { purgeLayersByDefault: true, }, purge: { - preserveHtmlElements: false, - mode: 'all', content: [ './pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}',