Skip to content

Commit

Permalink
Use global.Object.assign to allow Nuxt.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL authored and adamwathan committed Mar 5, 2018
1 parent c8fbeab commit 36680cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ module.exports = {
|
*/

borderColors: Object.assign({ default: colors['grey-light'] }, colors),
borderColors: global.Object.assign({ default: colors['grey-light'] }, colors),


/*
Expand Down

0 comments on commit 36680cd

Please sign in to comment.