Skip to content

Commit cdd5150

Browse files
authored
Bump postcss-load-config to be able to load PostCSS configs defined as ES Modules (#1231)
1 parent c8358fd commit cdd5150

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

.changeset/tasty-ducks-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@vanilla-extract/vite-plugin': patch
3+
---
4+
5+
Bump `postcss-load-config` to enable loading PostCSS configs defined as ES Modules

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vanilla-extract/integration": "^6.0.2",
1919
"outdent": "^0.8.0",
2020
"postcss": "^8.3.6",
21-
"postcss-load-config": "^3.1.0"
21+
"postcss-load-config": "^4.0.1"
2222
},
2323
"devDependencies": {
2424
"vite": "npm:vite@^2.7.0"

pnpm-lock.yaml

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)