diff --git a/vite.config.js b/vite.config.js index 1a270f8..23595f5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,11 +4,11 @@ import postcssNesting from 'postcss-nesting'; export default defineConfig({ base: '/system.css/', - css: { - postcss: { - plugins: [postcssNesting], - }, - }, + // css: { + // postcss: { + // plugins: [postcssNesting], + // }, + // }, build: { minify: true, rollupOptions: {