summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-11-03 08:56:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-11-03 08:56:43 +0000
commit3c0c6b6def402f0c0b654974e193c8c4bf55047f (patch)
tree4dd033ef20d2480380a85e1f156152fbc49ebba7 /src/parse/propstrings.h
parent0275dec0dff54eefd03d9302af4562c4024fb993 (diff)
downloadlibcss-3c0c6b6def402f0c0b654974e193c8c4bf55047f.tar.gz
properties: position: Add support for 'sticky' value
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 6c84f71..6d6dd49 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -109,7 +109,7 @@ enum {
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, INFINITE,
- GRID, INLINE_GRID,
+ GRID, INLINE_GRID, STICKY,
/* Named colours */
FIRST_COLOUR,