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:
parent
e4c5799026
commit
fc36970973
4 changed files with 103 additions and 0 deletions
|
@ -57,6 +57,7 @@ class FontStyleValue;
|
|||
class Frequency;
|
||||
class FrequencyPercentage;
|
||||
class FrequencyStyleValue;
|
||||
class GridTrackSize;
|
||||
class IdentifierStyleValue;
|
||||
class ImageStyleValue;
|
||||
class InheritStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue