summaryrefslogtreecommitdiff
path: root/src/lex/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex/lex.h')
-rw-r--r--src/lex/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lex/lex.h b/src/lex/lex.h
index 97a4a17..6bfba6d 100644
--- a/src/lex/lex.h
+++ b/src/lex/lex.h
@@ -51,6 +51,8 @@ typedef struct css_token {
css_string data;
+ css_string lower;
+
uint32_t col;
uint32_t line;
} css_token;