chore(tailwind): changed purge to content

This commit is contained in:
2026-04-05 00:58:28 +02:00
parent 99fca9f65d
commit eaa7771ca7
+1 -1
View File
@@ -6,6 +6,6 @@ export default {
},
darkMode: 'selector',
plugins: [],
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
}