From 971ebd2674a50e42851cca9128c06702124746ed Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Wed, 14 Oct 2020 19:39:04 +1100 Subject: [PATCH] Opt into tailwind future --- web/tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index ef82601..2eb9e2b 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,9 +1,9 @@ module.exports = { future: { - // removeDeprecatedGapUtilities: true, - // purgeLayersByDefault: true, - // defaultLineHeights: true, - // standardFontWeights: true + removeDeprecatedGapUtilities: true, + purgeLayersByDefault: true, + defaultLineHeights: true, + standardFontWeights: true }, purge: [], theme: {