diff --git a/package.json b/package.json index 766f6ef..4069a36 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,12 @@ "tailwindcss": "^3.3.3", "tslib": "^2.6.2", "typescript": "^5.2.2", + "vite-plugin-tailwind-purgecss": "^0.1.3", "vite": "^4.4.11", "vitest": "^0.34.6", "npm-run-all": "^4.1.5", "watch": "^1.0.2" + }, "type": "module" } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 44c10ff..caadf8b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,4 +1,5 @@