From ad27e021fdc9444d653237d3ccdbaee4f6e14426 Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Tue, 3 Oct 2023 20:01:18 +0300 Subject: [PATCH] etc --- vite.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 95d7893..c3533cb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,13 +4,12 @@ import dts from 'vite-plugin-dts' import postcss from 'postcss' -import autoprefixer from 'autoprefixer' import tailwindcss from 'tailwindcss' export default defineConfig({ plugins: [vue(), dts()], css: { - postcss: postcss([autoprefixer(), tailwindcss()]) + postcss: postcss([tailwindcss()]) }, build: { lib: {