chore: optimizing tailwind by purging css

This commit is contained in:
원더 2021-01-11 21:08:06 +09:00
parent 7aec9c32bc
commit 1e8154f8d8

View File

@ -3,7 +3,9 @@ module.exports = {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: [],
purge: [
'./**/*.{ts,tsx}',
],
darkMode: 'class', // or 'media' or 'class'
theme: {
extend: {