File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ node_js :
3
+ - iojs
Original file line number Diff line number Diff line change
1
+ # 2.0.0 - 2015-09-07
2
+
3
+ - Removed: compatibility with postcss v4.x
4
+ ([ #14 ] ( https://github.com/postcss/postcss-color-function/pull/14 ) )
5
+ - Added: compatibility with postcss v5.x
6
+ ([ #14 ] ( https://github.com/postcss/postcss-color-function/pull/14 ) )
7
+
1
8
# 1.3.2 - 2015-07-08
2
9
3
10
- Fixed: the plugin now do now transform all functions that match ` *color( ` but
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-color-function" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " PostCSS plugin to transform W3C CSS color function to more compatible CSS." ,
5
5
"keywords" : [
6
6
" css" ,
17
17
"url" : " https://github.com/postcss/postcss-color-function.git"
18
18
},
19
19
"files" : [
20
- " CHANGELOG.md" ,
21
- " LICENSE" ,
22
20
" index.js"
23
21
],
24
22
"dependencies" : {
You can’t perform that action at this time.
0 commit comments