mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
Further changes required by Servo
This commit is contained in:
parent
ae993e485a
commit
32f1989a5c
2 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,7 @@ pub use style_traits::owned_str::OwnedStr;
|
|||
|
||||
use std::hash::{BuildHasher, Hash};
|
||||
|
||||
#[macro_use]
|
||||
pub mod properties;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue