mirror of
https://github.com/servo/servo.git
synced 2025-06-27 10:33:39 +01:00
Add InsetRect, move BorderRadius to basic_shape.rs
This commit is contained in:
parent
93b130f3f7
commit
2580c1dc6e
6 changed files with 316 additions and 43 deletions
|
@ -18,6 +18,8 @@ use super::computed::{Context, ToComputedValue};
|
|||
use super::{CSSFloat, FONT_MEDIUM_PX, HasViewportPercentage, LocalToCss, NoViewportPercentage};
|
||||
use url::Url;
|
||||
|
||||
pub mod basic_shape;
|
||||
|
||||
impl NoViewportPercentage for i32 {} // For PropertyDeclaration::Order
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue