summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.gen
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-04-27 14:13:44 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-04-27 14:13:44 +0100
commita0d2da319d3c13549e24ac012c9dbb2b22fdb957 (patch)
tree005e54c5b37286c0cc9c355acce149ccd935c439 /src/parse/properties/properties.gen
parent4729f01919b7ba3f99abfea8900931616fbb8320 (diff)
parentab5bd6f9d75878740cfe98581bdd8f8ba614853d (diff)
downloadlibcss-a0d2da319d3c13549e24ac012c9dbb2b22fdb957.tar.gz
libcss-a0d2da319d3c13549e24ac012c9dbb2b22fdb957.tar.bz2
Merge branch 'tlsa/box-sizing'
Diffstat (limited to 'src/parse/properties/properties.gen')
-rw-r--r--src/parse/properties/properties.gen2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/properties/properties.gen b/src/parse/properties/properties.gen
index 4417cb6..60d5536 100644
--- a/src/parse/properties/properties.gen
+++ b/src/parse/properties/properties.gen
@@ -215,3 +215,5 @@ column_span:CSS_PROP_COLUMN_SPAN IDENT:( INHERIT: NONE:0,COLUMN_SPAN_NONE ALL:0,
column_width:CSS_PROP_COLUMN_WIDTH IDENT:( INHERIT: AUTO:0,COLUMN_WIDTH_AUTO IDENT:) LENGTH_UNIT:( UNIT_PX:COLUMN_WIDTH_SET DISALLOW:unit&UNIT_ANGLE||unit&UNIT_TIME||unit&UNIT_FREQ||unit&UNIT_PCT LENGTH_UNIT:)
writing_mode:CSS_PROP_WRITING_MODE IDENT:( INHERIT: HORIZONTAL_TB:0,WRITING_MODE_HORIZONTAL_TB VERTICAL_RL:0,WRITING_MODE_VERTICAL_RL VERTICAL_LR:0,WRITING_MODE_VERTICAL_LR IDENT:)
+
+box_sizing:CSS_PROP_BOX_SIZING IDENT:( INHERIT: CONTENT_BOX:0,BOX_SIZING_CONTENT_BOX BORDER_BOX:0,BOX_SIZING_BORDER_BOX IDENT:)