mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: optimizing tailwind by purging css
This commit is contained in:
parent
7aec9c32bc
commit
1e8154f8d8
@ -3,7 +3,9 @@ module.exports = {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
purge: [],
|
||||
purge: [
|
||||
'./**/*.{ts,tsx}',
|
||||
],
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user