mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibWeb: Split GridTrackPlacementShorthandStyleValue out of StyleValue
This commit is contained in:
parent
675cb3b9da
commit
402845fe00
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/AtkinsSJ
Commit: 402845fe00
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 79 additions and 40 deletions
|
@ -45,6 +45,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/FrequencyStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridAreaShorthandStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTemplateAreaStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTrackPlacementShorthandStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/Infra/Strings.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue