Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 8, 2023
1 parent 91042a6 commit 60735c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/webpack/src/utils/postcss.js
Expand Up @@ -75,11 +75,10 @@ export default class PostcssConfig {
})
},

// https://github.com/postcss/postcss-url
// https://github.com/csstools/postcss-plugins/plugin-packs/postcss-url
'postcss-url': {},

// https://github.com/csstools/postcss-preset-env
'postcss-preset-env': this.preset || {},
// https://github.com/csstools/postcss-plugins/plugin-packs/postcss-preset-env
'postcss-preset-env': this.preset,

cssnano: dev
? false
Expand Down

0 comments on commit 60735c7

Please sign in to comment.