diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index fa13f52..490c88c 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -95,14 +95,5 @@ module.exports = { focusVisible, forms, typography - ], - variants: { - extend: { - borderColor: ['focus-visible'], - borderStyle: ['hover', 'focus'], - borderWidth: ['hover', 'focus'], - margin: ['first', 'last', 'odd', 'even'], - typography: ['responsive', 'dark'] - } - } + ] }