amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.93k stars 557 forks source link

fix(types): loosening the Platform type to allow for extension #926

Closed dbanksdesign closed 1 year ago

dbanksdesign commented 1 year ago

Issue #, if available:

Description of changes:

The Platform type can really be any object so users can have custom defined attributes on it which they can use in their custom transforms. This loosens up the Platform type a bit and uses that type with generic in the transformer function.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.