mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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) {
|
||||
resolve::apply::apply_style(layout_ctx, node)
|
||||
apply::apply_style(layout_ctx, node)
|
||||
}
|
|
@ -46,11 +46,9 @@ pub mod content {
|
|||
|
||||
pub mod css {
|
||||
pub mod styles;
|
||||
mod resolve {
|
||||
pub mod apply;
|
||||
mod apply;
|
||||
mod matching;
|
||||
}
|
||||
}
|
||||
|
||||
pub mod layout {
|
||||
pub mod block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue