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:
parent
aa71dae03c
commit
043b31ad9a
3 changed files with 16 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue