mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -8,7 +8,7 @@ use flow::{IS_ABSOLUTELY_POSITIONED};
|
|||
use std::fmt;
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::float;
|
||||
use style::ComputedValues;
|
||||
use style::properties::ComputedValues;
|
||||
|
||||
bitflags! {
|
||||
#[doc = "Individual layout actions that may be necessary after restyling."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue