Make no_viewport_percentage! use an absolute path for HasViewportPercentage

This commit is contained in:
Michael Brennan 2017-05-10 23:58:05 +02:00
parent c8171ed5d7
commit f7459fd848
7 changed files with 1 additions and 7 deletions

View file

@ -14,7 +14,6 @@
use cssparser::RGBA;
use std::fmt;
use style_traits::ToCss;
use values::HasViewportPercentage;
use values::specified::{Color, CSSColor, CSSRGBA};
impl ToComputedValue for SpecifiedValue {