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

This commit is contained in:
Bobby Holley 2016-01-06 19:15:00 -08:00
parent 57d2a0b0db
commit 136c0938a2
3 changed files with 30 additions and 18 deletions

View file

@ -57,6 +57,7 @@ pub mod parallel;
pub mod parser;
pub mod restyle_hints;
pub mod selector_matching;
pub mod sequential;
pub mod stylesheets;
pub mod traversal;
#[macro_use]