Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1404b82

Browse files
committed
Fixed: support for autoprefixer 5.2 (1.5.2)
Close #131
1 parent f3865d5 commit 1404b82

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 1.5.2 - 2015-05-27
2+
3+
- Fixed: support for autoprefixer 5.2 ([#131](https://github.com/cssnext/cssnext/issues/131))
4+
15
# 1.5.1 - 2015-05-25
26

3-
- Fixed: when printing a bug report in CLI, url was not printed, due to a
7+
- Fixed: when printing a bug report in CLI, url was not printed, due to a
48
replacement of colors lib by chalk in 1.5.0
59
([#129](https://github.com/cssnext/cssnext/pull/129))
610

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var libraryFeatures = {
8989
return require("postcss-color-rgba-fallback")(options)
9090
},
9191
autoprefixer: function(options) {
92-
return require("autoprefixer-core")(options).postcss
92+
return require("autoprefixer-core")(options)
9393
},
9494
}
9595

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnext",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Use tomorrow's CSS syntax, today",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)