mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-28 23:39:02 +00:00
LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
4b711932cc
commit
b1ccd30b02
Notes:
sideshowbarker
2024-07-17 00:47:29 +09:00
Author: https://github.com/AtkinsSJ
Commit: b1ccd30b02
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 89 additions and 52 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/LengthStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/NumericStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
#include <LibWeb/Layout/Viewport.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue