mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make BorderRadius generic
This commit is contained in:
parent
0249270f61
commit
b2b3f99427
6 changed files with 100 additions and 99 deletions
|
@ -11,6 +11,10 @@ use style_traits::ToCss;
|
|||
use super::HasViewportPercentage;
|
||||
use super::computed::{Context, ToComputedValue};
|
||||
|
||||
pub use self::basic_shape::serialize_radius_values;
|
||||
|
||||
pub mod basic_shape;
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
/// A type for representing CSS `widthh` and `height` values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue