Skip to content

Commit

Permalink
Update postcss.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Sep 20, 2023
1 parent c233371 commit 69b9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const inlineMediaQueries = lib === 'lib:media' || lib === 'lib:supports'
module.exports = {
plugins: [
postcssImport(),
combineSelectors(),
postcssPresetEnv({
stage: 0,
autoprefixer: false,
Expand All @@ -29,6 +28,7 @@ module.exports = {
'double-position-gradients': false,
}
}),
combineSelectors(),
cssnano({
preset: 'default'
}),
Expand Down

0 comments on commit 69b9ce8

Please sign in to comment.