System/Libraries/CSs/Tokenizer: Define CSS_DISTANCE types

This commit is contained in:
Alec Murphy 2025-04-26 18:18:20 -04:00
parent e35d9978bb
commit dad03ba4eb

View file

@ -3,6 +3,12 @@
#define CSS_DISPLAY_INLINE 2
#define CSS_DISPLAY_INLINE_BLOCK 3
#define CSS_DISTANCE_UNDEFINED 0
#define CSS_DISTANCE_PIXELS 1
#define CSS_DISTANCE_EM 2
#define CSS_DISTANCE_PERCENT 2
#define CSS_DISTANCE_AUTO 3
#define CSS_TEXT_ALIGN_LEFT 0
#define CSS_TEXT_ALIGN_CENTER 1
#define CSS_TEXT_ALIGN_RIGHT 2