mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
style: Move the guts of calc nodes into a generic enum.
We'll have different leaf nodes as we progress in the value computation stage. Differential Revision: https://phabricator.services.mozilla.com/D63396
This commit is contained in:
parent
869553357d
commit
426edbd991
3 changed files with 488 additions and 365 deletions
|
@ -19,6 +19,7 @@ pub mod basic_shape;
|
|||
pub mod border;
|
||||
#[path = "box.rs"]
|
||||
pub mod box_;
|
||||
pub mod calc;
|
||||
pub mod color;
|
||||
pub mod column;
|
||||
pub mod counters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue