microsoft / fluentui-token-pipeline

The Fluent UI token pipeline generates source code for Fluent UI libraries.
https://microsoft.github.io/fluentui-token-pipeline/
Other
41 stars 18 forks source link

Remove everything related to "Set" #78

Closed TravisSpomer closed 1 year ago

TravisSpomer commented 1 year ago

Various places in the token pipeline assume that the token files have all of our alias tokens in a node called Set, but we haven't used the word "Set" in our alias token names for years. This change removes that requirement.

In addition, the React outputs only work when the alias tokens are in a node called Neutral, which is really confusing because there are also non-neutral tokens like BrandForeground1 in there. This change removes that requirement as well.