summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index b3d2eb4..7280d93 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -133,6 +133,9 @@ css_error css__parse_clip(css_language *c,
css_error css__parse_color(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result);
+css_error css__parse_columns(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style *result);
css_error css__parse_column_count(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result);
@@ -142,6 +145,9 @@ css_error css__parse_column_fill(css_language *c,
css_error css__parse_column_gap(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result);
+css_error css__parse_column_rule(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style *result);
css_error css__parse_column_rule_color(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style *result);