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:
parent
07b5f4d558
commit
c8ff60c4b9
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user