1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

LibWeb: Add GridTrackSizeStyleValue

Add GridTrackSizeStyleValue for the use of CSS properties
grid-template-columns, grid-template-rows.
This commit is contained in:
martinfalisse 2022-08-24 12:27:56 +02:00 committed by Andreas Kling
parent ca286fc220
commit 0148260b5f
3 changed files with 55 additions and 0 deletions

View file

@ -59,6 +59,7 @@ class FrequencyPercentage;
class FrequencyStyleValue;
class GridTrackPlacement;
class GridTrackSize;
class GridTrackSizeStyleValue;
class IdentifierStyleValue;
class ImageStyleValue;
class InheritStyleValue;