Lukas Oppermann
Lukas Oppermann
Hey @brian-mcallister-lab49 very interesting. I generally agree with your approach using `const VALUE_KEY = "$value";` It may be best to create a config file for storing those names. The same...
Hey @SteveAtKlover, can you give me more details? So you are using the "standard" token format? And you have set the name conversion option to camelCase but still get the...
Hey, you are right and this is a bug. Currently the code just lowercases everything and merges words where you have spaces and uppercases the first letter. This does remove...
Awesome, reach out any time if you have questions. The conversion happens here: https://github.com/lukasoppermann/design-tokens/blob/main/src/utilities/transformName.ts The module is than used here: https://github.com/lukasoppermann/design-tokens/blob/main/src/utilities/groupByName.ts I think there are two things: 1. Fixing the...
Hey, yes, you will need to create custom transformers. Don't worry, it sounds a lot more complicated than it is. To append px to the units (you could change it...
Yes, this is possible when using the `standard` export format: https://github.com/lukasoppermann/design-tokens#aliases-standard-format-only Within your background figma style you have to add the following line to the description field: ``` ref: neutrals.grey-dark-800...
Hey @jeffisowens, Couldn't you create two different files for this? Maybe I am not really getting the use case?
Hey, this is definitely a valid case. Would you like to send a PR for this?
No. This is why the ticket is still open. Feel free to send a PR.
Hey @ratnakar5938, sure I would love help with that. It would be best to do one PR per component. For any questions, feel free to ask me or send a...