Additional font size / render mode options for Text?
0
Our design system has a “small” text option; to be a little bit smaller than the standard text size. I would like to add that as an option to “render mode” when editing text sizes. I think it makes sense too as render mode also changes the underlying HTML element; it would either render a `<small>` or `<caption>` HTML element. I understand it is possible to do with adding a custom class + CSS definition, but I would like to give the developer the experience of being able to choose it from the menu if possible. Looks like settings.json does not allow these options to be extende.