From 41b003fc30f4aa3ab58b709cc1dd2a1006324a1f Mon Sep 17 00:00:00 2001 From: Mateusz 'Haggus' Mrowiec Date: Sat, 29 Oct 2016 21:04:01 +0200 Subject: [PATCH] Implement column-fill --- components/style/properties/longhand/column.mako.rs | 3 +++ 1 file changed, 3 insertions(+) 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.single_keyword("column-fill", "auto balance", + products="gecko", animatable=False)}