Skip to content

Commit 9b5317d

Browse files
committed
Merge pull request #93 from postcss/fix-assign
Fix Object.assign call
2 parents 7b618b5 + 7ebe655 commit 9b5317d

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
@@ -314,7 +314,7 @@ function readAtImport(
314314
result,
315315
atRule,
316316
parsedAtImport,
317-
Object.assign({}, options),
317+
assign({}, options),
318318
resolvedFilename,
319319
state,
320320
media,

0 commit comments

Comments
 (0)