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) handle null values in minifyDictionary formatHelper #1016

Closed dsreitan closed 11 months ago

dsreitan commented 1 year ago

1015

Description of changes:

If minifyDictionary receives an object that is null or undefined, it returns null.

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