mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 05:52:53 +00:00
LibWeb: Replace OverflowStyleValue with ShorthandStyleValue
This commit is contained in:
parent
e905072e47
commit
aea112da71
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/AtkinsSJ
Commit: aea112da71
Pull-request: https://github.com/SerenityOS/serenity/pull/21168
11 changed files with 9 additions and 81 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <LibWeb/CSS/StyleProperties.h>
|
||||
#include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/OverflowStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ShorthandStyleValue.h>
|
||||
#include <LibWeb/DOM/ShadowRoot.h>
|
||||
#include <LibWeb/Layout/Box.h>
|
||||
#include <LibWeb/SVG/AttributeNames.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue