From 244e4f5dfbd7b2c8ee8c8d2478058a802004be14 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 29 Oct 2022 18:22:19 +0100 Subject: properties: display: Add grid values --- include/libcss/properties.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/libcss') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index ae00551..e056a75 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -440,7 +440,9 @@ enum css_display_e { CSS_DISPLAY_TABLE_CAPTION = 0x0f, CSS_DISPLAY_NONE = 0x10, CSS_DISPLAY_FLEX = 0x11, - CSS_DISPLAY_INLINE_FLEX = 0x12 + CSS_DISPLAY_INLINE_FLEX = 0x12, + CSS_DISPLAY_GRID = 0x13, + CSS_DISPLAY_INLINE_GRID = 0x14 }; enum css_empty_cells_e { -- cgit v1.2.3