mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Flatten the css module
This commit is contained in:
parent
fbe17a1e36
commit
0b9dfde349
4 changed files with 3 additions and 5 deletions
|
@ -174,5 +174,5 @@ impl Node : StyleMethods {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn apply_style(layout_ctx: &LayoutContext, node: Node) {
|
fn apply_style(layout_ctx: &LayoutContext, node: Node) {
|
||||||
resolve::apply::apply_style(layout_ctx, node)
|
apply::apply_style(layout_ctx, node)
|
||||||
}
|
}
|
|
@ -46,10 +46,8 @@ pub mod content {
|
||||||
|
|
||||||
pub mod css {
|
pub mod css {
|
||||||
pub mod styles;
|
pub mod styles;
|
||||||
mod resolve {
|
mod apply;
|
||||||
pub mod apply;
|
mod matching;
|
||||||
mod matching;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod layout {
|
pub mod layout {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue