fix tailwind config

This commit is contained in:
Thomas Ruoff
2022-02-19 01:18:02 +01:00
parent 0f77b7b595
commit e003c20b90

View File

@@ -3,7 +3,7 @@ module.exports = {
purgeLayersByDefault: true,
removeDeprecatedGapUtilities: true,
},
purge: {
content: {
content: [
'./components/**/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',