We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c8055 commit 65cb119Copy full SHA for 65cb119
1 file changed
README.md
@@ -193,9 +193,10 @@ gulp.task('css', function () {
193
```
194
195
```js
196
+// postcss.config.js or .postcssrc.js
197
module.exports = function (ctx) {
198
var file = ctx.file;
- var options = ctx.options;
199
+ var options = ctx;
200
return {
201
parser: file.extname === '.sss' ? : 'sugarss' : false,
202
plugins: {
0 commit comments