1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

LibWeb: Parse grid-template-areas CSS property

This commit is contained in:
martinfalisse 2023-01-16 18:17:05 +01:00 committed by Andreas Kling
parent 0448547553
commit a6548c4d80
10 changed files with 101 additions and 0 deletions

View file

@ -65,6 +65,7 @@ class FrequencyStyleValue;
class GridMinMax;
class GridRepeat;
class GridSize;
class GridTemplateAreaStyleValue;
class GridTrackPlacement;
class GridTrackPlacementShorthandStyleValue;
class GridTrackPlacementStyleValue;