From c5e808123863b95e8eed62429062ae8baba1870b Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 3 Apr 2023 11:10:27 +0200 Subject: [PATCH] purge deprecated --- tailwind.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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