In CSS, line height can be defined by pixels, percentages, lengths values (e.g. ems) and unitless (which is multiples of the element’s font size). Figma supports only the first 2 today, but for alignment with code bases and design systems it would be nice to get unitless support as well. It is commonly used today since it’s the recommended code practice.
The current workaround is to enter an equation like 14*1.1 (instead 1.1) into the line height field, which calculates it in pixel values. But this would not be visible to Figma’s API or the development panel in the intended units.