mirror of
https://github.com/RGBCube/serenity
synced 2025-07-01 06:02:07 +00:00
LibWeb: Split GridTrackPlacementShorthandStyleValue out of StyleValue
This commit is contained in:
parent
675cb3b9da
commit
402845fe00
8 changed files with 79 additions and 40 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/BorderStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridAreaShorthandStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/GridTrackPlacementShorthandStyleValue.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