diff --git a/vite.config.js b/vite.config.js index c3ee3f5..3c5a918 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,10 +1,10 @@ import { sveltekit } from '@sveltejs/kit/vite'; -import WindiCSS from 'vite-plugin-windicss'; +// import WindiCSS from 'vite-plugin-windicss'; export default { clearScreen: false, plugins: [ - WindiCSS(), + // WindiCSS(), sveltekit() ] } \ No newline at end of file