We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232861 commit 539d571Copy full SHA for 539d571
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 3.0.0 - 2017-02-01
2
+
3
+- Changed: send postcss warning when color function cannot be parsed instead of throwing
4
+([#35](https://github.com/postcss/postcss-color-function/pull/35) - @drewbourne)
5
+- Changed: send a postcss message when color function contains a var()
6
+([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne)
7
8
# 2.0.1 - 2016-03-15
9
10
- Fixed: whitespace are retained between color() usage.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-color-function",
- "version": "2.0.1",
+ "version": "3.0.0",
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
"keywords": [
"css",
0 commit comments