mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibWeb: Add GridTrackPlacementStyleValue
Add GridTrackPlacementStyleValue for the use of CSS properties grid-column-start, grid-column-end, grid-row-start, grid-row-end.
This commit is contained in:
parent
0148260b5f
commit
08b832eb69
Notes:
sideshowbarker
2024-07-17 07:45:49 +09:00
Author: https://github.com/martinfalisse
Commit: 08b832eb69
Pull-request: https://github.com/SerenityOS/serenity/pull/14996
3 changed files with 49 additions and 0 deletions
|
@ -58,6 +58,7 @@ class Frequency;
|
|||
class FrequencyPercentage;
|
||||
class FrequencyStyleValue;
|
||||
class GridTrackPlacement;
|
||||
class GridTrackPlacementStyleValue;
|
||||
class GridTrackSize;
|
||||
class GridTrackSizeStyleValue;
|
||||
class IdentifierStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue