Lukas Oppermann
Lukas Oppermann
Ann darn, okay so you want it only in the json, but not in the variable name? I am not sure how the usage is, but we could add a...
> edit - I can have a look and see if I can post a PR, if I can get my head around how all this works. @MildTomato that would...
Hey @AndreBarr, **YES**, this should be supported. And we probably need to adjust it in all transforms for composite tokens that use dimensions as well. I would really appreciate a...
Hey @AndreBarr are you still up to create a PR for this?
@mperrotti @langermank I updated the ADR to reflect this decision. Do you feel this makes sense now?
Hey @mperrotti @langermank @rezrah can we please merge this. I think it is good to have it for documentation purposes. If you feel uncomfortable about a section we can maybe...
> uhm... would this produce a valid design token file as per the w3c standard? Yes, as long as we have a `$value` prop in the top level we can...
> So the prettier is required? Should I install prettier just for style-dictionary-utils? Yes, as this is used internally. It is just a peerDep so that you have more flexibility...
Prettier is used for output formatting. I think we do want to export formatted files from style dictionary. Adding it to the install instructions is one option. I guess we...
Hey @gponnath @pmqueiroz I am very sorry for the late reply. Did you try using this path? ``` import {isDimension} from 'style-dictionary-utils/filter/isDimension.js' ```