Import ast::ComponentValue more consistently.

This commit is contained in:
Ms2ger 2015-01-04 11:51:49 +01:00
parent 3e283da8b1
commit 3be587606f
7 changed files with 21 additions and 13 deletions

View file

@ -5,6 +5,7 @@
use std::ascii::AsciiExt;
use cssparser::parse_rule_list;
use cssparser::ast::*;
use cssparser::ast::ComponentValue::*;
use errors::{ErrorLoggerIterator, log_css_error};
use geom::size::TypedSize2D;