Use global.Object.assign to allow Nuxt.js import

See https://twitter.com/adamwathan/status/968652732167995392 for full discussion
This commit is contained in:
Alexander Lichter 2018-03-01 11:44:06 +01:00 committed by Adam Wathan
parent c8fbeab115
commit 36680cdf6e

View File

@ -399,7 +399,7 @@ module.exports = {
|
*/
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
borderColors: global.Object.assign({ default: colors['grey-light'] }, colors),
/*