-
Notifications
You must be signed in to change notification settings - Fork 566
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
Can't add Multiple type of token in same file #965
Comments
So, there are three options - none of which are great.
There will also be some additional work in terms of passing those array through these two functions: style-dictionary/lib/common/formats.js Lines 982 to 1003 in aba09b5
style-dictionary/lib/common/formatHelpers/setSwiftFileProperties.js Lines 22 to 53 in 9859a8d
I know none of these are great options, but those are the best ways to achieve what you want. |
Hi,
I am trying to add multiple types of tokens in the same file and ideally be able to specify formats.
Something like:
But the outcome is
So only the latest is in the file, which I believes overrides the first. Is there any chance I set up the config so both are kept in the same file?
Thanks
The text was updated successfully, but these errors were encountered: