From 3b0b7d37e367d3d919402c94b0fd32ca8df98f0c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 18 Dec 2020 00:43:06 +0000 Subject: [PATCH] Remove experimental and future options from config https://tailwindcss.com/docs/upgrading-to-v2#remove-future-and-experimental-configuration-options --- web/themes/custom/opdavies/tailwind.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index d90eaf6..6e6b0ec 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -100,11 +100,5 @@ module.exports = { borderWidth: [...variants.borderWidth, 'hover', 'focus'], margin: [...variants.margin, 'first', 'last', 'odd', 'even'], typography: ['responsive'] - }, - experimental: { - applyComplexClasses: true - }, - future: { - purgeLayersByDefault: true } }