From 230afbd80b13517ecf22a32ebbc5ee26716a6bd9 Mon Sep 17 00:00:00 2001 From: Kenneth Hansen Date: Wed, 9 Sep 2020 21:33:13 +0200 Subject: [PATCH] Opt in to TailwindCSS V2 features --- tailwind.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index d8c203d9..c703dda4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,7 +7,8 @@ module.exports = { './src/**/*.html' ], future: { - removeDeprecatedGapUtilities: true + removeDeprecatedGapUtilities: true, + purgeLayersByDefault: true }, theme: { container: {