1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:58:10 +00:00

LibWeb: Split GridTrackPlacementShorthandStyleValue out of StyleValue

This commit is contained in:
Sam Atkins 2023-03-24 14:50:50 +00:00 committed by Linus Groh
parent 675cb3b9da
commit 402845fe00
8 changed files with 79 additions and 40 deletions

View file

@ -35,6 +35,7 @@
#include <LibWeb/CSS/StyleValues/FlexStyleValue.h>
#include <LibWeb/CSS/StyleValues/FontStyleValue.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/FontCache.h>