mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
End the libstyle 'pub use' madness.
This commit is contained in:
parent
493a9e6a89
commit
d13d36f57f
39 changed files with 159 additions and 169 deletions
|
@ -11,7 +11,7 @@ use std::cell::RefCell;
|
|||
use util::cache::HashCache;
|
||||
use util::smallvec::{SmallVec, SmallVec8};
|
||||
use style::computed_values::{font_stretch, font_variant, font_weight};
|
||||
use style::style_structs::Font as FontStyle;
|
||||
use style::properties::style_structs::Font as FontStyle;
|
||||
use std::sync::Arc;
|
||||
|
||||
use std::hash::Hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue