From 80d46b411cde4367894b2fc5c8152c0cc8363dca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Mar 2021 23:50:11 +0000 Subject: [PATCH] Remove variants as they're all enabled --- web/themes/custom/opdavies/tailwind.config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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'] - } - } + ] }