Skip to content

Commit b73bc3d

Browse files
committed
fingers crossed... comment our autoprefixer for css plugins
1 parent 580699a commit b73bc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/vanguard-client-desktop/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import electron from 'vite-plugin-electron/simple'
44
import react from '@vitejs/plugin-react'
55
import svgr from "vite-plugin-svgr";
66
import tailwindcss from "tailwindcss";
7-
import * as autoprefixer from 'autoprefixer';
7+
import autoprefixer from 'autoprefixer';
88

99
// https://vitejs.dev/config/
1010
export default defineConfig({
@@ -24,7 +24,7 @@ export default defineConfig({
2424
postcss: {
2525
plugins: [
2626
tailwindcss,
27-
autoprefixer({}) as any,
27+
// autoprefixer({}) as any,
2828
],
2929
},
3030
},

0 commit comments

Comments
 (0)