mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add a generic PositionValue struct
This commit is contained in:
parent
f4b18643c2
commit
6f062e5857
2 changed files with 115 additions and 0 deletions
|
@ -14,6 +14,7 @@ use super::computed::{Context, ToComputedValue};
|
|||
pub use self::basic_shape::serialize_radius_values;
|
||||
|
||||
pub mod basic_shape;
|
||||
pub mod position;
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue