mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Split InitialStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
44c9a5b648
commit
1591352531
Notes:
sideshowbarker
2024-07-17 10:16:43 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1591352531
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
5 changed files with 36 additions and 20 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/GridTrackPlacementStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTrackSizeStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/InitialStyleValue.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