dart-lang / csslib

A library for parsing CSS.
https://pub.dev/packages/csslib
BSD 3-Clause "New" or "Revised" License
95 stars 38 forks source link

Add support for CSS `lh` and `rlh` units. #173

Closed MH15 closed 1 year ago

MH15 commented 1 year ago

Adds support for line height computed units.

Supported only in Chrome however it is part of the [W3 CSS spec].

MH15 commented 1 year ago

Changelog fixed