mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 05:29:56 +00:00
LibWeb/CSS: Use Size in GridSize
Reduces a bunch of duplicate logic here for holding different sizing functions, and also removes a user of `auto` Length.
This commit is contained in:
parent
ad5f7c56c1
commit
ae40c7ed95
Notes:
github-actions[bot]
2025-09-04 12:34:21 +00:00
Author: https://github.com/AtkinsSJ
Commit: ae40c7ed95
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6043
5 changed files with 92 additions and 102 deletions
|
@ -298,7 +298,7 @@ private:
|
|||
|
||||
Optional<GridSize> parse_grid_track_breadth(TokenStream<ComponentValue>&);
|
||||
Optional<GridSize> parse_grid_inflexible_breadth(TokenStream<ComponentValue>&);
|
||||
Optional<GridSize> parse_grid_fixed_breadth(TokenStream<ComponentValue>&);
|
||||
Optional<LengthPercentage> parse_grid_fixed_breadth(TokenStream<ComponentValue>&);
|
||||
|
||||
Optional<GridLineNames> parse_grid_line_names(TokenStream<ComponentValue>&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue