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:
parent
ca286fc220
commit
0148260b5f
3 changed files with 55 additions and 0 deletions
|
@ -59,6 +59,7 @@ class FrequencyPercentage;
|
|||
class FrequencyStyleValue;
|
||||
class GridTrackPlacement;
|
||||
class GridTrackSize;
|
||||
class GridTrackSizeStyleValue;
|
||||
class IdentifierStyleValue;
|
||||
class ImageStyleValue;
|
||||
class InheritStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue