mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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,10 +46,8 @@ pub mod content {
|
|||
|
||||
pub mod css {
|
||||
pub mod styles;
|
||||
mod resolve {
|
||||
pub mod apply;
|
||||
mod matching;
|
||||
}
|
||||
mod apply;
|
||||
mod matching;
|
||||
}
|
||||
|
||||
pub mod layout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue