about summary refs log tree commit diff stats
path: root/src/types/enums.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/enums.nim')
-rw-r--r--src/types/enums.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types/enums.nim b/src/types/enums.nim
index eac71dd5..e257e579 100644
--- a/src/types/enums.nim
+++ b/src/types/enums.nim
@@ -78,6 +78,9 @@ type
   CSSGlobalValueType* = enum
     VALUE_INITIAL, VALUE_INHERIT, VALUE_REVERT, VALUE_UNSET
 
+  CSSValueType* = enum
+    VALUE_NONE, VALUE_LENGTH, VALUE_COLOR, VALUE_CONTENT, VALUE_DISPLAY, VALUE_FONT_STYLE
+
   DrawInstructionType* = enum
     DRAW_TEXT, DRAW_GOTO, DRAW_FGCOLOR, DRAW_BGCOLOR, DRAW_STYLE, DRAW_RESET