diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index d90eaf680..6e6b0ec7e 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 } }