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.
This commit is contained in:
Marshall Polaris 2022-04-19 00:50:56 -07:00
parent 07b5f4d558
commit c8ff60c4b9

View File

@ -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'),