Skip to content

Commit 539d571

Browse files
committed
3.0.0
1 parent c232861 commit 539d571

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 2.0.1 - 2016-03-15
29

310
- Fixed: whitespace are retained between color() usage.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-function",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)