summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-04-21 13:53:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2018-07-28 15:27:12 +0100
commita48ae55b23ccbf923fc43850cdf61f4e5763afe1 (patch)
tree1943c4ce07c748908f6e984d33d13693510c5483 /src/parse/propstrings.h
parentd0355ffff32648215868058b5de5b92a58273b35 (diff)
downloadlibcss-a48ae55b23ccbf923fc43850cdf61f4e5763afe1.tar.gz
libcss-a48ae55b23ccbf923fc43850cdf61f4e5763afe1.tar.bz2
Strings: Add 'infinite'.
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 0d5d0be..24b681b 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, AND, OR, ONLY,
+ COLUMN_REVERSE, WRAP_STRING, WRAP_REVERSE, AND, OR, ONLY, INFINITE,
/* Named colours */
FIRST_COLOUR,