summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 24858c0..a0aad04 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -11,6 +11,9 @@
#include "utils/utils.h"
enum {
+ /* Universal selector */
+ UNIVERSAL,
+
/* At-rules */
CHARSET, IMPORT, MEDIA, PAGE,
@@ -69,6 +72,8 @@ static struct {
const char *data;
size_t len;
} stringmap[LAST_KNOWN] = {
+ { "*", SLEN("*") },
+
{ "charset", SLEN("charset") },
{ "import", SLEN("import") },
{ "media", SLEN("media") },