mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: do not purge existing color
This commit is contained in:
parent
c64fb69d00
commit
dfba2bef01
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user