import { StyleDictionary } from 'style-dictionary';
Also use named imports everywhere internally.
All public utils/types are already named, just the default import StyleDictionary is the exception.
It would be good to discuss whether breaking this and making it a named import is worth it or if it's not valuable enough to cause a breaking change.
Also use named imports everywhere internally.
All public utils/types are already named, just the default import StyleDictionary is the exception. It would be good to discuss whether breaking this and making it a named import is worth it or if it's not valuable enough to cause a breaking change.