We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282bdc commit 7a3bc58Copy full SHA for 7a3bc58
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.0.3
2
+
3
+- Fixed: substracted css-variable from zero ([#111](https://github.com/postcss/postcss-calc/issues/111))
4
5
# 7.0.2
6
7
- Fixed: incorrect reduction of subtraction from zero ([#88](https://github.com/postcss/postcss-calc/issues/88))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
- "version": "7.0.2",
+ "version": "7.0.3",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
0 commit comments