dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
572 stars 30 forks source link

Add support for more CSS units #264

Closed rodarima closed 1 month ago

rodarima commented 1 month ago

Add support for more CSS units and changes the parser representation to a struct, so we don't need to eat more bits from the unit values.

Closes #48 and #174