mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Isolate the soon-to-be style-backend-specific from the media_query module.
This commit is contained in:
parent
7788f43c7e
commit
c0cf847043
9 changed files with 389 additions and 318 deletions
|
@ -4,13 +4,18 @@
|
|||
|
||||
//! Gecko-specific style-system bits.
|
||||
|
||||
pub mod conversions;
|
||||
pub mod data;
|
||||
|
||||
// TODO(emilio): Implement Gecko media query parsing and evaluation using
|
||||
// nsMediaFeatures.
|
||||
#[path = "../servo/media_queries.rs"]
|
||||
pub mod media_queries;
|
||||
|
||||
pub mod restyle_damage;
|
||||
pub mod selector_parser;
|
||||
pub mod snapshot;
|
||||
pub mod snapshot_helpers;
|
||||
pub mod traversal;
|
||||
pub mod wrapper;
|
||||
|
||||
pub mod conversions;
|
||||
pub mod selector_parser;
|
||||
pub mod values;
|
||||
pub mod wrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue