1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:45:07 +00:00

LibWeb: Add pc CSS unit

This commit is contained in:
Luke 2020-10-05 16:18:07 +01:00 committed by Andreas Kling
parent aa71dae03c
commit 043b31ad9a
3 changed files with 16 additions and 5 deletions

View file

@ -74,6 +74,8 @@ const char* Length::unit_name() const
return "mm";
case Type::Q:
return "Q";
case Type::Pc:
return "pc";
case Type::Ex:
return "ex";
case Type::Em: