mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add pc CSS unit
This commit is contained in:
parent
aa71dae03c
commit
043b31ad9a
Notes:
sideshowbarker
2024-07-19 02:02:02 +09:00
Author: https://github.com/Lubrsi
Commit: 043b31ad9a
Pull-request: https://github.com/SerenityOS/serenity/pull/3694
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