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

This commit is contained in:
Bobby Holley 2016-01-06 19:02:25 -08:00
parent f9a02f0aba
commit 60b3c66b28
4 changed files with 148 additions and 130 deletions

View file

@ -53,6 +53,7 @@ pub mod dom;
pub mod font_face;
pub mod matching;
pub mod media_queries;
pub mod parallel;
pub mod parser;
pub mod restyle_hints;
pub mod selector_matching;