From 111a48d60dbda89ac047a81404531b6d453a4b4f Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Tue, 1 Sep 2020 14:21:37 +0300 Subject: [PATCH] 7.0.4 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7402143..1a8cdf8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 7.0.4 + +- Fixed: strips away important factors from multiplications in calc() ([#107](https://github.com/postcss/postcss-calc/issues/107)) + # 7.0.3 - Fixed: substracted css-variable from zero ([#111](https://github.com/postcss/postcss-calc/issues/111)) @@ -61,7 +65,7 @@ # 5.2.1 - 2016-04-10 - Fixed: support for multiline value - ([#27](https://github.com/postcss/postcss-calc/pull/27))
 + ([#27](https://github.com/postcss/postcss-calc/pull/27)) # 5.2.0 - 2016-01-08 diff --git a/package.json b/package.json index 2437a6e..b00aaf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "7.0.3", + "version": "7.0.4", "description": "PostCSS plugin to reduce calc()", "keywords": [ "css",