Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purple token has value in the wrong place #29

Open
danoc opened this issue Jan 24, 2020 · 0 comments
Open

Purple token has value in the wrong place #29

danoc opened this issue Jan 24, 2020 · 0 comments

Comments

@danoc
Copy link
Member

danoc commented Jan 24, 2020

{
id: 'purple-200',
platforms: {
scss: {
name: '$tp-color__purple-200',
value: '#dfccff',
},
javascript: {
name: 'tpColorPurple200',
value: '#dfccff',
},
ios: {
name: 'purple200',
description: 'Purple 200 – #dfccff',
value:
'UIColor = UIColor(red: 0.8745098, green: 0.8, blue: 1.0, alpha: 1.0)',
},
android: {
name: 'tp_purple_200',
value: '#dfccff',
},
},
value: {
ios: 'UIColor = UIColor(red: 0.8745098, green: 0.8, blue: 1.0, alpha: 1.0)',
},
format: 'color',
},

It should only be within platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant