We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9807c5e commit 111a48dCopy full SHA for 111a48d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.0.4
2
+
3
+- Fixed: strips away important factors from multiplications in calc() ([#107](https://github.com/postcss/postcss-calc/issues/107))
4
5
# 7.0.3
6
7
- Fixed: substracted css-variable from zero ([#111](https://github.com/postcss/postcss-calc/issues/111))
@@ -61,7 +65,7 @@
61
65
# 5.2.1 - 2016-04-10
62
66
63
67
- Fixed: support for multiline value
64
- ([#27](https://github.com/postcss/postcss-calc/pull/27))
68
+ ([#27](https://github.com/postcss/postcss-calc/pull/27))
69
70
# 5.2.0 - 2016-01-08
71
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",
0 commit comments