File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS color-mod() Function
2
2
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)
4
8
5
9
- Added build-time support for Custom Properties and Variables
6
10
- Updated ` @csstools/convert-colors ` to 1.4 (minor update)
36
40
### 1.0.0 (January 16, 2018)
37
41
38
42
- Initial version
43
+
44
+ [ @leesdolphin ] : https://github.com/leesdolphin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-color-mod-function" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Modify colors using the color-mod() function in CSS" ,
5
5
"author" : " Jonathan Neal <jonathantneal@hotmail.com>" ,
6
6
"license" : " CC0-1.0" ,
35
35
"babel-eslint" : " ^8.2" ,
36
36
"babel-preset-env" : " ^1.6" ,
37
37
"echint" : " ^4.0" ,
38
- "eslint" : " ^4.17 " ,
38
+ "eslint" : " ^4.18 " ,
39
39
"eslint-config-dev" : " 2.0" ,
40
40
"postcss-tape" : " 2.2" ,
41
41
"pre-commit" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments