Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Oct 7, 2023
1 parent 34fd266 commit fb1c38b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ export default defineConfig({

css: {
postcss: {
plugins: [
require("postcss-nesting")(),
]
}
plugins: [require('postcss-nesting')()],
},
},

build: {
Expand Down

0 comments on commit fb1c38b

Please sign in to comment.