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 grey0 and grey100 by replacing lightness0to100by2 -> lightness2to98by2 #73

Closed lyzhan7 closed 1 year ago

lyzhan7 commented 1 year ago

Grey0 and grey100 are not specified in the updated designs for global color tokens. They are redundant with 'Black' and 'White'. Remove them by replacing lightness0to100by2 with lightness2to98by2.

Also tried to update any references I saw to lightness0to100by2 so that the documentation still made sense.

Testing:

TravisSpomer commented 1 year ago

Perfect! Thanks for updating the docs. I'll update the tokens repo after I publish this.