File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11language : 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+
18# 1.3.2 - 2015-07-08
29
310- Fixed: the plugin now do now transform all functions that match ` *color( ` but
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-color-function" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " PostCSS plugin to transform W3C CSS color function to more compatible CSS." ,
55 "keywords" : [
66 " css" ,
1717 "url" : " https://github.com/postcss/postcss-color-function.git"
1818 },
1919 "files" : [
20- " CHANGELOG.md" ,
21- " LICENSE" ,
2220 " index.js"
2321 ],
2422 "dependencies" : {
You can’t perform that action at this time.
0 commit comments