From c8ff60c4b93a6e21e9db94acb0646b215f639bbb Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 19 Apr 2022 00:50:56 -0700 Subject: [PATCH] Remove additional cruft from Tailwind config These literally weren't hurting anything but the upgrade guide suggests toasting them, so might as well do it while I'm in here. --- web/tailwind.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 32551c22..5a87e424 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,7 +1,6 @@ const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { - mode: 'jit', content: [ './pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}', @@ -20,9 +19,6 @@ module.exports = { }, }, }, - variants: { - extend: {}, - }, plugins: [ require('@tailwindcss/forms'), require('@tailwindcss/typography'),