summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/properties.h')
-rw-r--r--include/libcss/properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libcss/properties.h b/include/libcss/properties.h
index 1d0dd72..bb685e0 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -382,7 +382,8 @@ enum css_quotes {
CSS_QUOTES_INHERIT = 0x0,
/* Consult pointer in struct to determine which */
CSS_QUOTES_STRING = 0x1,
- CSS_QUOTES_NONE = 0x1
+ CSS_QUOTES_NONE = 0x1,
+ CSS_QUOTES_DEFAULT = 0x2
};
enum css_right {