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

LibWeb: Add GridTrackSize class for grid-template-*

Add GridTrackSize to be used with grid-template-column and
grid-template-row.
This commit is contained in:
martinfalisse 2022-08-24 12:21:15 +02:00 committed by Andreas Kling
parent e4c5799026
commit fc36970973
4 changed files with 103 additions and 0 deletions

View file

@ -57,6 +57,7 @@ class FontStyleValue;
class Frequency;
class FrequencyPercentage;
class FrequencyStyleValue;
class GridTrackSize;
class IdentifierStyleValue;
class ImageStyleValue;
class InheritStyleValue;