diff --git a/tailwind.config.js b/tailwind.config.js index 367b143de..6aca71432 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,13 +3,7 @@ module.exports = { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true, }, - purge: { - mode: 'all', - content: [ - './pages/**/*.{js,ts,jsx,tsx}', - './components/**/*.{js,ts,jsx,tsx}', - ], - }, + purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], theme: { extend: { maxWidth: {