From 2d1473191d74b275637405719d732cc5fe9200c5 Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 7 Mar 2022 16:20:50 -0600 Subject: [PATCH] chore(deps): Remove deprecated variant configuration from tailwind config (#2994) --- tailwind.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index e3684585..abdb98e2 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,8 +5,5 @@ module.exports = { colors: {}, }, }, - variants: { - extend: {}, - }, plugins: [], };