From eaa7771ca76078ec02191c9da8ce2bcbe7e8cbcf Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 5 Apr 2026 00:58:28 +0200 Subject: [PATCH] chore(tailwind): changed purge to content --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 355992f..4ca942b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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}'], }