Skip to content

Commit

Permalink
test without nesting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Kloos committed Jan 10, 2024
1 parent 9ed22a2 commit e1ed87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e1ed87e

Please sign in to comment.