Skip to content

Commit 2e67b98

Browse files
committed
Don’t use deprecated method
1 parent 5acecc9 commit 2e67b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = postcss.plugin(pkg.name, (opts) => {
180180
});
181181

182182
if (sourceMap) {
183-
sourceMap.moveTo(css);
183+
css.append(sourceMap);
184184
}
185185

186186
return css;

0 commit comments

Comments
 (0)