Skip to content

Commit

Permalink
Merge pull request #17041 from vector-im/jryans/disable-calc-warn
Browse files Browse the repository at this point in the history
Disable `postcss-calc`'s noisy `warnWhenCannotResolve` option
  • Loading branch information
jryans authored Apr 22, 2021
2 parents 571807d + 9cf35ab commit 11b40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module.exports = (env, argv) => {
require("postcss-easings")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
require("postcss-calc")({warnWhenCannotResolve: true}),
require("postcss-calc")(),

// It's important that this plugin is last otherwise we end
// up with broken CSS.
Expand Down

0 comments on commit 11b40ee

Please sign in to comment.