Page MenuHomePhabricator

Compare Theo v. Style dictionary functionalities
Closed, ResolvedPublic

Description

Considering that we are tentatively adopting YAML as our format to store design tokens, which one of the conversion tools does:

  1. Integrate better with YAML with minimal format constraints
  2. Offer more suitable conversion functionalities

Event Timeline

Due to differences in syntax between Theo and Style dictionary, we have concluded that even though Yaml is more flexible, the syntax constraints imposed by Theo made us have to go with Style Dictionary which only accepts JSON as an input.

In terms of output formats, both Theo and Style Dictionary offer the same formats: (SCSS, LESS, css variables, JS)