Skip to content

Commit

Permalink
fix(tools): use correct postcss config file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Dec 6, 2023
1 parent 3366cb2 commit 36a387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default [
}),
postcss({
config: {
path: "./postcss.config.cts",
path: "./postcss.config.js",
},
extract: true,
extensions: [".css"],
Expand Down

0 comments on commit 36a387c

Please sign in to comment.