mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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,
|
removeDeprecatedGapUtilities: true,
|
||||||
purgeLayersByDefault: true,
|
purgeLayersByDefault: true,
|
||||||
},
|
},
|
||||||
purge: [
|
purge: {
|
||||||
|
content: [
|
||||||
'./**/*.{ts,tsx}',
|
'./**/*.{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'
|
darkMode: 'class', // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user