mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +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
Notes:
sideshowbarker
2024-07-17 08:35:21 +09:00
Author: https://github.com/martinfalisse
Commit: ca286fc220
Pull-request: https://github.com/SerenityOS/serenity/pull/14996
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