UNPKG

postcss-line-height-px-to-unitless

Version:

postcss plugin to convert a line-height value with px to a unitless value

22 lines (17 loc) 218 B
body { margin: 0; background-color: #fff; font-size: 100%; line-height: 1; } .foo { font-size: 16px; line-height: 1; } .bar { line-height: 18px; } .baz { font-size: 16px; line-height: 1.63; }