From 5611527df0442c20470cc7b58e8909ed078de4c2 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 17 Apr 2018 22:17:35 +0200 Subject: [PATCH] #26206: fix issues with calc --- build/postcss.config.js | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/postcss.config.js b/build/postcss.config.js index 157291ffd2e2..e85abfa04f6d 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -9,6 +9,7 @@ module.exports = (ctx) => ({ plugins: { autoprefixer: { cascade: false - } + }, + 'postcss-calc': {} } }) diff --git a/package.json b/package.json index 994e8a8b65f1..b6b6bb74cd1b 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,7 @@ "nodemon": "^1.17.3", "npm-run-all": "^4.1.2", "popper.js": "^1.14.3", + "postcss-calc": "^6.0.1", "postcss-cli": "^5.0.0", "qunitjs": "^2.4.1", "rollup": "^0.58.0",