mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Hoist the style parts of traversal.rs into style/.
This commit is contained in:
parent
bf1a7d243f
commit
f9a02f0aba
5 changed files with 269 additions and 256 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue