Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-20 20:35:50 +01:00 committed by Martin Robinson
parent ae993e485a
commit 32f1989a5c
2 changed files with 2 additions and 0 deletions

View file

@ -163,6 +163,7 @@ pub use style_traits::owned_str::OwnedStr;
use std::hash::{BuildHasher, Hash};
#[macro_use]
pub mod properties;
#[cfg(feature = "gecko")]

View file

@ -25,6 +25,7 @@ use crate::shared_lock::StylesheetGuards;
use crate::style_adjuster::StyleAdjuster;
use crate::stylesheets::container_rule::ContainerSizeQuery;
use crate::stylesheets::{layer_rule::LayerOrder, Origin};
#[cfg(feature = "gecko")]
use crate::values::specified::length::FontBaseSize;
use crate::values::{computed, specified};
use fxhash::FxHashMap;