VS Code Plugin: Define Custom Types for Transforms
Provide support for VS Code plugin Adobe XD Panel's GUI token viewer/editor to specify/select types in addition to the 4 currently provided. These should be design-related types (fontSize, borderRadius, buttonPaddingX, buttonPaddingY are all types that could use a pixel value type).
I would also like to provide custom transforms to the Style Dictionary implementation to customize the way certain types are transformed (all "size" pixel value-types aren't necessarily treated the same—border radius stays static, font sizes are converted to rem, etc). I'm able to do this with the vanilla implementation of Style Dictionary, but the plugin is very opinionated about its implementation of Style Dictionary.
Open it up so we can use it how we need.