We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c72043 + 1054251 commit 7786661Copy full SHA for 7786661
index.js
@@ -37,7 +37,7 @@ module.exports = function (source, map) {
37
if ( typeof map === 'string' ) map = JSON.parse(map);
38
if ( map && map.mappings ) opts.map.prev = map;
39
40
- var options = this.options.postcss;
+ var options = params.plugins || this.options.postcss;
41
if ( typeof options === 'function' ) {
42
options = options.call(this, this);
43
}
0 commit comments