We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4de6e commit 444db02Copy full SHA for 444db02
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes to PostCSS color-mod() Function
2
3
+### 2.0.0 (January 17, 2018)
4
+
5
+- Reverse blend/blenda percentage calculations (breaking change)
6
+- Other improvements (see 4e4de6e)
7
8
### 1.1.0 (January 17, 2018)
9
10
- Round stringified color values
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-color-mod-function",
- "version": "1.1.0",
+ "version": "2.0.0",
"description": "Modify colors using the color-mod() function in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
0 commit comments