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,