postcss-color-function
Advanced tools
Comparing version 1.3.2 to 2.0.0
@@ -0,1 +1,8 @@ | ||
# 2.0.0 - 2015-09-07 | ||
- Removed: compatibility with postcss v4.x | ||
([#14](https://github.com/postcss/postcss-color-function/pull/14)) | ||
- Added: compatibility with postcss v5.x | ||
([#14](https://github.com/postcss/postcss-color-function/pull/14)) | ||
# 1.3.2 - 2015-07-08 | ||
@@ -2,0 +9,0 @@ |
@@ -14,3 +14,3 @@ /** | ||
return function(style) { | ||
style.eachDecl(function transformDecl(decl) { | ||
style.walkDecls(function transformDecl(decl) { | ||
if (!decl.value || decl.value.indexOf("color(") === -1) { | ||
@@ -17,0 +17,0 @@ return |
{ | ||
"name": "postcss-color-function", | ||
"version": "1.3.2", | ||
"version": "2.0.0", | ||
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.", | ||
@@ -20,4 +20,2 @@ "keywords": [ | ||
"files": [ | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"index.js" | ||
@@ -28,4 +26,4 @@ ], | ||
"css-color-function": "^1.2.0", | ||
"postcss": "^4.1.11", | ||
"postcss-message-helpers": "^1.1.0" | ||
"postcss": "^5.0.4", | ||
"postcss-message-helpers": "^2.0.0" | ||
}, | ||
@@ -32,0 +30,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6978
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedpostcss-message-helpers@2.0.0(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedes6-promise@2.3.0(transitive)
- Removedjs-base64@2.1.9(transitive)
- Removedpostcss@4.1.16(transitive)
- Removedpostcss-message-helpers@1.1.1(transitive)
- Removedsource-map@0.4.4(transitive)
Updatedpostcss@^5.0.4