Deprecate postcss calc()

This commit is contained in:
Germain Souquet 2021-06-30 17:17:27 +01:00
parent 34c308d0a4
commit 72d762ea0d
3 changed files with 85 additions and 105 deletions

View file

@ -251,7 +251,6 @@ module.exports = (env, argv) => {
require("postcss-easings")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
require("postcss-calc")(),
// It's important that this plugin is last otherwise we end
// up with broken CSS.