1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

LibWeb: Split GridTrackPlacementStyleValue out of StyleValue.{h,cpp}

This commit is contained in:
Sam Atkins 2023-03-24 14:53:08 +00:00 committed by Linus Groh
parent 402845fe00
commit 486ef3df7f
11 changed files with 69 additions and 29 deletions

View file

@ -8,6 +8,7 @@
*/
#include "GridAreaShorthandStyleValue.h"
#include <LibWeb/CSS/StyleValues/GridTrackPlacementStyleValue.h>
namespace Web::CSS {