Skip to content

Commit

Permalink
fix: increase postcss stage
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Jan 16, 2024
1 parent 75aeaf3 commit 7dc40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function build({path, format}) {
async transform(source) {
const {css} = await postcss([
autoprefixer({cascade: false}),
postcssPresetEnv({stage: 0}),
postcssPresetEnv({stage: 3}),
]).process(source, {from: undefined});

return css;
Expand Down

0 comments on commit 7dc40a3

Please sign in to comment.