File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 4.0.1 - 2017-11-03
2
+
3
+ - Fixed: bug when using the ` tint ` , ` shade ` , and ` contrast ` adjusters along with the ` alpha ` adjuster
4
+ ([ #33 ] ( https://github.com/postcss/postcss-color-function/pull/33 ) - @tylergaw )
5
+
1
6
# 4.0.0 - 2017-05-15
2
7
3
8
- Added: compatibility with postcss v6.x
8
13
- Changed: send postcss warning when color function cannot be parsed instead of throwing
9
14
([ #35 ] ( https://github.com/postcss/postcss-color-function/pull/35 ) - @drewbourne )
10
15
- Changed: send a postcss message when color function contains a var()
11
- ([ #36 ] ( https://github.com/postcss/postcss-color-function/pull/36 ) - @drewbourne )
16
+ ([ #36 ] ( https://github.com/postcss/postcss-color-function/pull/36 ) - @drewbourne )
12
17
13
18
# 2.0.1 - 2016-03-15
14
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-color-function" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " PostCSS plugin to transform W3C CSS color function to more compatible CSS." ,
5
5
"keywords" : [
6
6
" css" ,
You can’t perform that action at this time.
0 commit comments