We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ba241 commit 0add031Copy full SHA for 0add031
.travis.yml
@@ -1,8 +1,7 @@
1
-sudo: false
2
language: node_js
3
4
node_js:
5
- - '5'
+ - '6'
6
- '4'
7
8
matrix:
CHANGELOG.md
@@ -1,3 +1,8 @@
+# 1.2.3 - 2016-04-28
+
+- Fixed: wrong rouding in some edge cases
+ ([#10](https://github.com/MoOx/reduce-css-calc/pull/10))
# 1.2.2 - 2016-04-19
- Fixed: Don't reduce expression containing CSS variables.
package.json
@@ -1,6 +1,6 @@
{
"name": "reduce-css-calc",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments