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 139d572 commit 89247a9Copy full SHA for 89247a9
index.js
@@ -43,8 +43,8 @@ module.exports = function (source, map) {
43
source = this.exec(source, this.resource);
44
}
45
46
- postcss(plugins)
47
- .process(source, opts).then(function (result) {
+ postcss(plugins).process(source, opts)
+ .then(function (result) {
48
result.warnings().forEach(function (msg) {
49
loader.emitWarning(msg.toString());
50
});
0 commit comments