Teamapps has currently 2 enums that represent CSS sizing units: SizeUnit and FlexSizeUnit.
While both declare PERCENT and PIXEL values, they omit other CSS units, for example: vh,vw, em, etc. See https://www.w3.org/TR/css-values-4/#lengths
Please add support for remaining unit types, and ideally try to unify the separate enums.
Teamapps has currently 2 enums that represent CSS sizing units:
SizeUnitandFlexSizeUnit.While both declare
PERCENTandPIXELvalues, they omit other CSS units, for example:vh,vw,em, etc. See https://www.w3.org/TR/css-values-4/#lengthsPlease add support for remaining unit types, and ideally try to unify the separate enums.