Skip to content

Commit

Permalink
remove purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Apr 25, 2024
1 parent 9abf443 commit a7d3fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 180 deletions.
177 changes: 1 addition & 176 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.0",
"vite": "^5.1.3",
"vite-plugin-tailwind-purgecss": "^0.3.1"
"vite": "^5.1.3"
},
"type": "module",
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { purgeCss } from 'vite-plugin-tailwind-purgecss';
import { sveltekit } from '@sveltejs/kit/vite';
import { enhancedImages } from '@sveltejs/enhanced-img';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [enhancedImages(), sveltekit(), purgeCss()]
plugins: [enhancedImages(), sveltekit()]
});

0 comments on commit a7d3fb3

Please sign in to comment.