mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-19 08:41:53 +00:00
LibWeb: Split RectStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
4bf59c59bb
commit
3a2de67c7b
Notes:
sideshowbarker
2024-07-16 22:21:46 +09:00
Author: https://github.com/AtkinsSJ
Commit: 3a2de67c7b
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 67 additions and 33 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/NumericStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/RectStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ShadowStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/TransformationStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue