Skip to content

Commit 077b6d7

Browse files
committed
1.3.0
1 parent e0d7259 commit 077b6d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.0 - 2016-08-26
2+
3+
- Added: calc identifier from unresolved nested expressions are removed for
4+
better browser support
5+
([#19](https://github.com/MoOx/reduce-css-calc/pull/19) - @ben-eb)
6+
17
# 1.2.8 - 2016-08-26
28

39
- Fixed: regression from 1.2.5 on calc() with value without leading 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduce-css-calc",
3-
"version": "1.2.8",
3+
"version": "1.3.0",
44
"description": "Reduce CSS calc() function to the maximum",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)