1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 15:07:45 +00:00

LibWeb: Parse grid display value

This commit is contained in:
martinfalisse 2022-08-23 10:13:07 +02:00 committed by Andreas Kling
parent a7f5b6b15b
commit e4541d83d3
2 changed files with 3 additions and 0 deletions

View file

@ -528,6 +528,7 @@
"valid-identifiers": [
"block",
"flex",
"grid",
"inline",
"inline-block",
"inline-flex",