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

Add Font Alignment to fluentui-shared.ts #42

Closed paulgildea closed 3 years ago

paulgildea commented 3 years ago

When defining the alignment for type, being able to define the following:

"Alignment": {
  "Start": { "value": "left"},
  "Center": { "value": "center"},
  "End": { "value": "end"},
  "Justify": { "value": "justify"}
}
TravisSpomer commented 3 years ago

I've been talking about this with Daisy and we agreed that we can just remove those since we don't have any specific need for them.