From e2a9bb6b20c229d62695156fb97f608f312fd842 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 12 Oct 2020 16:35:01 -0500 Subject: [PATCH] Enable purgeLayersByDefault --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.js b/tailwind.config.js index 4f0101c02..7005f7158 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,7 @@ module.exports = { future: { removeDeprecatedGapUtilities: true, + purgeLayersByDefault: true, }, purge: [ './components/**/*.{js,ts,jsx,tsx}',