Skip to content

Commit 444db02

Browse files
committed
2.0.0
1 parent 4e4de6e commit 444db02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to PostCSS color-mod() Function
22

3+
### 2.0.0 (January 17, 2018)
4+
5+
- Reverse blend/blenda percentage calculations (breaking change)
6+
- Other improvements (see 4e4de6e)
7+
38
### 1.1.0 (January 17, 2018)
49

510
- Round stringified color values

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-mod-function",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Modify colors using the color-mod() function in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)