amzn / style-dictionary

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

feat: move formats global prop to hooks.formats, align api #1184

Closed jorenbroekema closed 4 months ago

jorenbroekema commented 4 months ago

Issue #, if available: https://github.com/amzn/style-dictionary/issues/1049

Description of changes: Similar to preprocessors, move it under the hooks prop, its formatter function has been renamed to format and some of the type interfaces have had some renames for consistency.

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