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 ed4fce6 commit 58b78d7Copy full SHA for 58b78d7
CHANGELOG.md
@@ -1,9 +1,13 @@
1
-# 1.3.1 - 2015-07-08
+# 1.3.2 - 2015-07-08
2
3
- Fixed: the plugin now do now transform all functions that match `*color(` but
4
only the one that are real color function call
5
([#12](https://github.com/postcss/postcss-color-function/pull/12))
6
7
+# 1.3.1 - 2015-07-08 **YANKED**
8
+
9
+_This was just 1.3.0._
10
11
# 1.3.0 - 2015-06-13
12
13
- Changed: upgrade to PostCSS 4.1.x
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-color-function",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
"keywords": [
"css",
0 commit comments