diff --git a/tailwind.config.js b/tailwind.config.js index 990e8c4..9fb7bf3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,4 @@ module.exports = { - purge: { - content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'], - }, + content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'], plugins: [], } \ No newline at end of file