mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Rename selector_matching.rs to stylist.rs
This commit is contained in:
parent
72e4c6dc21
commit
08066800cd
15 changed files with 16 additions and 16 deletions
|
@ -28,9 +28,9 @@ mod media_queries;
|
|||
mod owning_handle;
|
||||
mod parsing;
|
||||
mod properties;
|
||||
mod selector_matching;
|
||||
mod str;
|
||||
mod stylesheets;
|
||||
mod stylist;
|
||||
mod value;
|
||||
mod viewport;
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ use servo_atoms::Atom;
|
|||
use std::sync::Arc;
|
||||
use style::properties::{PropertyDeclarationBlock, PropertyDeclaration, DeclaredValue};
|
||||
use style::properties::{longhands, Importance};
|
||||
use style::selector_matching::{Rule, SelectorMap};
|
||||
use style::stylesheets::StyleRule;
|
||||
use style::stylist::{Rule, SelectorMap};
|
||||
use style::thread_state;
|
||||
|
||||
/// Helper method to get some Rules from selector strings.
|
Loading…
Add table
Add a link
Reference in a new issue