mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:17:45 +00:00
LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]
Add GridTrackPlacement to use with grid-column-start and related CSS properties.
This commit is contained in:
parent
fc36970973
commit
ca286fc220
4 changed files with 76 additions and 0 deletions
|
@ -57,6 +57,7 @@ class FontStyleValue;
|
|||
class Frequency;
|
||||
class FrequencyPercentage;
|
||||
class FrequencyStyleValue;
|
||||
class GridTrackPlacement;
|
||||
class GridTrackSize;
|
||||
class IdentifierStyleValue;
|
||||
class ImageStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue