diff --git a/tailwind.config.js b/tailwind.config.js index f42c3b3..9998ed4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,21 @@ module.exports = { // Safelisting some classes to avoid content purge plugins: [require('daisyui')], - safelist: ['safelisted'], + safelist: [ + 'safelisted', + 'bg-primary', + 'bg-secondary', + 'bg-accent', + 'bg-neutral', + 'bg-base-100', + 'bg-base-200', + 'bg-base-300', + 'bg-base-content', + 'bg-info', + 'bg-success', + 'bg-warning', + 'bg-error', + ], daisyui: { themes: true, },