mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Split GridAreaShorthandStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
4dc99e49a1
commit
675cb3b9da
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/AtkinsSJ
Commit: 675cb3b9da
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 100 additions and 55 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/FlexStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/FontStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/FrequencyStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridAreaShorthandStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTemplateAreaStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue