We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef0467 commit 7133e87Copy full SHA for 7133e87
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to PostCSS color-mod() Function
2
3
+### 2.2.0 (January 22, 2018)
4
+
5
+- Added `@csstools/convert-colors` to convert between color spaces
6
7
### 2.1.0 (January 20, 2018)
8
9
- Added support for legacy (comma-separated) `hsl()` colors
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-color-mod-function",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "Modify colors using the color-mod() function in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
0 commit comments