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