aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMateusz 'Haggus' Mrowiec <matt.mrowiec@gmail.com>2016-10-29 21:04:01 +0200
committerMateusz 'Haggus' Mrowiec <matt.mrowiec@gmail.com>2016-10-29 21:04:01 +0200
commit41b003fc30f4aa3ab58b709cc1dd2a1006324a1f (patch)
tree620bbfdb638f5fdce1655d2a430f85df0a69f6cf /components
parent3ae0a3335dbaf3f67c775a1853941ed538d97563 (diff)
downloadservo-41b003fc30f4aa3ab58b709cc1dd2a1006324a1f.tar.gz
servo-41b003fc30f4aa3ab58b709cc1dd2a1006324a1f.zip
Implement column-fill
Diffstat (limited to 'components')
-rw-r--r--components/style/properties/longhand/column.mako.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/properties/longhand/column.mako.rs b/components/style/properties/longhand/column.mako.rs
index 575438325a7..6c82cee77f9 100644
--- a/components/style/properties/longhand/column.mako.rs
+++ b/components/style/properties/longhand/column.mako.rs
@@ -251,3 +251,6 @@
}
}
</%helpers:longhand>
+
+${helpers.single_keyword("column-fill", "auto balance",
+ products="gecko", animatable=False)}