mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Split GridTemplateAreaStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
015885f068
commit
4dc99e49a1
Notes:
sideshowbarker
2024-07-17 06:20:50 +09:00
Author: https://github.com/AtkinsSJ
Commit: 4dc99e49a1
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
7 changed files with 74 additions and 40 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <LibWeb/CSS/StyleProperties.h>
|
||||
#include <LibWeb/CSS/StyleValues/AngleStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ContentStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTemplateAreaStyleValue.h>
|
||||
#include <LibWeb/FontCache.h>
|
||||
#include <LibWeb/Layout/BlockContainer.h>
|
||||
#include <LibWeb/Layout/Node.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue