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