From 115a45f8ebd99eef3a3fa4b3c2f99e476ab27c8e Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 17 Nov 2023 19:16:36 +0100 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/box.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index cf62f16162a..b70351fca41 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -5,6 +5,7 @@ //! Specified types for box properties. use crate::parser::{Parse, ParserContext}; +#[cfg(feature = "gecko")] use crate::properties::{LonghandId, PropertyDeclarationId, PropertyId}; use crate::values::generics::box_::{ GenericLineClamp, GenericPerspective, GenericContainIntrinsicSize, GenericVerticalAlign,