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 284bfdf commit 8585287Copy full SHA for 8585287
README.md
@@ -34,7 +34,7 @@ module.exports = {
34
]
35
},
36
postcss: function () {
37
- return [autoprefixer, cssnext];
+ return [autoprefixer, cssnext()];
38
}
39
40
```
@@ -52,7 +52,7 @@ Note that the context of this function
52
module.exports = {
53
...
54
55
56
57
58
@@ -83,7 +83,7 @@ module.exports = {
83
84
85
return {
86
- defaults: [autoprefixer, cssnext],
+ defaults: [autoprefixer, cssnext()],
87
cleaner: [autoprefixer({ browsers: [] })]
88
};
89
0 commit comments