postcss-color-function
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,6 @@ | ||
# 4.0.1 - 2017-11-03 | ||
- Fixed: bug when using the `tint`, `shade`, and `contrast` adjusters along with the `alpha` adjuster | ||
([#33](https://github.com/postcss/postcss-color-function/pull/33) - @tylergaw) | ||
# 4.0.0 - 2017-05-15 | ||
@@ -11,3 +16,3 @@ | ||
- Changed: send a postcss message when color function contains a var() | ||
([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne) | ||
([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne) | ||
@@ -14,0 +19,0 @@ # 2.0.1 - 2016-03-15 |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "postcss-color-function", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"css-color-function": "^1.3.0", | ||
"css-color-function": "~1.3.3", | ||
"postcss": "^6.0.1", | ||
@@ -23,0 +23,0 @@ "postcss-message-helpers": "^2.0.0", |
@@ -1,2 +0,2 @@ | ||
# postcss-color-function [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function) | ||
# postcss-color-function [![CSS Standard Status](https://jonathantneal.github.io/css-db/badge/css-color-modifying-colors.svg)](https://jonathantneal.github.io/css-db/#css-color-modifying-colors) [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function) | ||
@@ -3,0 +3,0 @@ > [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS color function][specs] to more compatible CSS. |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8681
0
Updatedcss-color-function@~1.3.3