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

@ -11,9 +11,9 @@ use cssparser::{Parser, Token};
use parser::ParserContext;
use std::ascii::AsciiExt;
use std::fmt;
use style_traits::ToCss;
use style_traits::{HasViewportPercentage, ToCss};
use style_traits::values::specified::AllowedLengthType;
use values::{CSSInteger, CSSFloat, HasViewportPercentage};
use values::{CSSInteger, CSSFloat};
use values::specified::{Angle, Time};
use values::specified::length::{FontRelativeLength, NoCalcLength, ViewportPercentageLength};