mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Remove style::values::HasViewportPercentage reexport
This commit is contained in:
parent
4f0b24ac0c
commit
cb2e04acf6
16 changed files with 22 additions and 27 deletions
|
@ -82,7 +82,7 @@
|
|||
use smallvec::SmallVec;
|
||||
use std::fmt;
|
||||
#[allow(unused_imports)]
|
||||
use values::HasViewportPercentage;
|
||||
use style_traits::HasViewportPercentage;
|
||||
use style_traits::ToCss;
|
||||
|
||||
pub mod single_value {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue