Remove style::values::HasViewportPercentage reexport

This commit is contained in:
Anthony Ramine 2017-05-20 22:00:05 +02:00
parent 4f0b24ac0c
commit cb2e04acf6
16 changed files with 22 additions and 27 deletions

View file

@ -16,7 +16,6 @@ use std::borrow::Cow;
use std::fmt::{self, Debug};
use std::hash;
use style_traits::ToCss;
pub use style_traits::HasViewportPercentage;
pub mod computed;
pub mod generics;