Skip to content

Commit

Permalink
Don’t use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed May 7, 2017
1 parent 5acecc9 commit 2e67b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -180,7 +180,7 @@ module.exports = postcss.plugin(pkg.name, (opts) => {
});

if (sourceMap) {
sourceMap.moveTo(css);
css.append(sourceMap);
}

return css;
Expand Down

0 comments on commit 2e67b98

Please sign in to comment.