mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +00:00
fix: tailwind config using safelist instead of whitelist
This commit is contained in:
parent
b0e16af449
commit
98a5c3f657
@ -8,7 +8,7 @@ module.exports = {
|
||||
'./**/*.{ts,tsx}',
|
||||
],
|
||||
options: {
|
||||
whitelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'],
|
||||
safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'],
|
||||
}
|
||||
},
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user