Skip to content

Commit

Permalink
resolve postcss parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Oct 7, 2023
1 parent 6ee0545 commit 34fd266
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions postcss.config.js

This file was deleted.

8 changes: 8 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ export default defineConfig({
}),
],

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

build: {
target: 'safari12',
rollupOptions: {
Expand Down

0 comments on commit 34fd266

Please sign in to comment.