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

Commit 4b16f1d

Browse files
committed
Fix autoprefixer 3.0 usage
Ref #22
1 parent 3aa81b6 commit 4b16f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var features = {
99
calc: function(options) { return require("postcss-calc")(options)},
1010
customMedia: function(options) { return require("postcss-custom-media")(options)},
1111
color: function(options) { return require("postcss-color")(options)},
12-
prefixes: function(options) { return require("autoprefixer")(options).postcss}
12+
prefixes: function(options) { return require("autoprefixer-core")(options).postcss}
1313
}
1414

1515
/**

0 commit comments

Comments
 (0)