mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Use global.Object.assign to allow Nuxt.js import
See https://twitter.com/adamwathan/status/968652732167995392 for full discussion
This commit is contained in:
parent
c8fbeab115
commit
36680cdf6e
@ -399,7 +399,7 @@ module.exports = {
|
||||
|
|
||||
*/
|
||||
|
||||
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
||||
borderColors: global.Object.assign({ default: colors['grey-light'] }, colors),
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user