diff --git a/tailwind.config.js b/tailwind.config.js index 9e0c23c..0b90d35 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,9 +3,14 @@ module.exports = { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true, }, - purge: [ - './**/*.{ts,tsx}', - ], + purge: { + content: [ + './**/*.{ts,tsx}', + ], + options: { + whitelist: ['bg-green-400', 'bg-yellow-300', 'bg-red-500', 'bg-gray-500', 'bg-purple-500'], + } + }, darkMode: 'class', // or 'media' or 'class' theme: { extend: {