From 09f124dd4dcc31570b0fcb117e0848f3987a5da5 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 12 Dec 2022 21:47:41 +0100 Subject: [PATCH] remove unused windicss --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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