Hoist the style parts of traversal.rs into style/.

This commit is contained in:
Bobby Holley 2016-01-06 18:36:14 -08:00
parent bf1a7d243f
commit f9a02f0aba
5 changed files with 269 additions and 256 deletions

View file

@ -57,6 +57,7 @@ pub mod parser;
pub mod restyle_hints;
pub mod selector_matching;
pub mod stylesheets;
pub mod traversal;
#[macro_use]
#[allow(non_camel_case_types)]
pub mod values;