Skip to content

Commit 7297ddb

Browse files
committed
2.4.1
1 parent 792c86b commit 7297ddb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

3-
### 2.3.0 (February 16, 2018)
3+
### 2.4.1 (February 21, 2018)
4+
5+
- Fixed issue with spacing around `color-mod` (credit: [@leesdolphin])
6+
7+
### 2.4.0 (February 16, 2018)
48

59
- Added build-time support for Custom Properties and Variables
610
- Updated `@csstools/convert-colors` to 1.4 (minor update)
@@ -36,3 +40,5 @@
3640
### 1.0.0 (January 16, 2018)
3741

3842
- Initial version
43+
44+
[@leesdolphin]: https://github.com/leesdolphin

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-mod-function",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Modify colors using the color-mod() function in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -35,7 +35,7 @@
3535
"babel-eslint": "^8.2",
3636
"babel-preset-env": "^1.6",
3737
"echint": "^4.0",
38-
"eslint": "^4.17",
38+
"eslint": "^4.18",
3939
"eslint-config-dev": "2.0",
4040
"postcss-tape": "2.2",
4141
"pre-commit": "^1.2",

0 commit comments

Comments
 (0)