You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2018. It is now read-only.
The text-size property should be renamed text-font-size. As part of #218, it would be shortened to font-size.
Contrary to the property’s current name, it does not specify the dimensions of the overall label the way text-max-width does. Instead, it specifies the font size in pixels. This inconsistency means a developer using the iOS or macOS SDK would be tempted to set the property to a CGSize or NSSize value instead of a number.
The
text-sizeproperty should be renamedtext-font-size. As part of #218, it would be shortened tofont-size.Contrary to the property’s current name, it does not specify the dimensions of the overall label the way
text-max-widthdoes. Instead, it specifies the font size in pixels. This inconsistency means a developer using the iOS or macOS SDK would be tempted to set the property to aCGSizeorNSSizevalue instead of a number./cc @lucaswoj @jfirebaugh