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
The CSS line-height property accepts px as well as a unitless value, the issue here is that when given line-height: 10px;, the extension transforms to lineHeight: 10;, which in this case they are not equivalent.
The text was updated successfully, but these errors were encountered:
The CSS line-height property accepts px as well as a unitless value, the issue here is that when given
line-height: 10px;
, the extension transforms tolineHeight: 10;
, which in this case they are not equivalent.The text was updated successfully, but these errors were encountered: