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
Currently, we don't support relative font size to absolute font size conversion.
For example, width = 15ch is not treated any differently than width = 15 px.
We need to address this OR drop support for relative font sizes in general.
Currently, we don't support relative font size to absolute font size conversion.
For example,
width = 15chis not treated any differently thanwidth = 15 px.We need to address this OR drop support for relative font sizes in general.