From 260672b786d6a2c70a5c44af88bb6020c82b1d7d 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 e368458..abdb98e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,8 +5,5 @@ module.exports = { colors: {}, }, }, - variants: { - extend: {}, - }, plugins: [], };