Created
January 4, 2019 16:13
-
-
Save PavelLaptev/e267a1375206ea9f6dbeab5411b2e8b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseTokeensJSON = { | |
token: { | |
grids: {}, | |
spacers: {}, | |
colors: {}, | |
fonts: {} | |
} | |
}; | |
Object.assign(baseTokeensJSON.token.grids, getGrids(stylesArtboard)); | |
Object.assign(baseTokeensJSON.token.spacers, getSpacers(stylesArtboard)); | |
Object.assign(baseTokeensJSON.token.colors, getPalette(stylesArtboard)); | |
Object.assign(baseTokeensJSON.token.fonts, getFontStyles(stylesArtboard)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment