1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +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:
martinfalisse 2022-08-24 12:21:15 +02:00 committed by Andreas Kling
parent e4c5799026
commit fc36970973
4 changed files with 103 additions and 0 deletions

View file

@ -40,6 +40,7 @@ set(SOURCES
CSS/Display.cpp
CSS/FontFace.cpp
CSS/Frequency.cpp
CSS/GridTrackSize.cpp
CSS/Length.cpp
CSS/MediaList.cpp
CSS/MediaQuery.cpp