summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2017-02-05 12:18:11 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-03-10 13:42:03 +0000
commit38cad9c5adc597448c9ea73ece67d36c012a2cd8 (patch)
treef9afb40a8a85b99a7ab451698edb4c3dfc93792b /src/parse/propstrings.h
parente47d8dcc95f8fbe830a2b7852ba0af0d60f1a29b (diff)
downloadlibcss-38cad9c5adc597448c9ea73ece67d36c012a2cd8.tar.gz
libcss-38cad9c5adc597448c9ea73ece67d36c012a2cd8.tar.bz2
Propstrings: add AND, ONLY, OR
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 67eaa5f..0d5d0be 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -101,7 +101,7 @@ enum {
AVOID_PAGE, AVOID_COLUMN, BALANCE, HORIZONTAL_TB, VERTICAL_RL,
VERTICAL_LR, CONTENT_BOX, BORDER_BOX, STRETCH, INLINE_FLEX, FLEX_START,
FLEX_END, SPACE_BETWEEN, SPACE_AROUND, SPACE_EVENLY, ROW, ROW_REVERSE,
- COLUMN_REVERSE, WRAP_STRING, WRAP_REVERSE,
+ COLUMN_REVERSE, WRAP_STRING, WRAP_REVERSE, AND, OR, ONLY,
/* Named colours */
FIRST_COLOUR,