From 779d93669855c787bde3a66e0bdf06aec27a9004 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 9 Feb 2017 14:59:08 -0800 Subject: [PATCH] fixup! stylo: Implement scroll-snap-destination --- components/style/properties/longhand/box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs index 416df48fd8df..9fbe615fea01 100644 --- a/components/style/properties/longhand/box.mako.rs +++ b/components/style/properties/longhand/box.mako.rs @@ -1053,6 +1053,7 @@ ${helpers.predefined_type("scroll-snap-destination", "Position", "computed::Position::zero()", products="gecko", + boxed="True", spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)", animatable=True)}