We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcfeea commit 4f03255Copy full SHA for 4f03255
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# 5.1.0 - 2016-01-07
2
+
3
- Added: "warnWhenCannotResolve" option to warn when calc() are not reduced to a single value
4
5
# 5.0.0 - 2015-08-25
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
- "version": "5.0.0",
+ "version": "5.1.0",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
6
"css",
@@ -11,10 +11,7 @@
11
],
12
"author": "Maxime Thirouin",
13
"license": "MIT",
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/postcss/postcss-calc.git"
17
- },
+ "repository": "https://github.com/postcss/postcss-calc.git",
18
"files": [
19
"index.js"
20
0 commit comments