mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Factor out a UrlOrNone value type and make -moz-binding use it.
MozReview-Commit-ID: L57QEf40e2m
This commit is contained in:
parent
333afb61f6
commit
75e97c02dc
5 changed files with 62 additions and 66 deletions
|
@ -13,7 +13,7 @@ use super::LocalToCss;
|
|||
pub use cssparser::Color as CSSColor;
|
||||
pub use self::image::{EndingShape as GradientShape, Gradient, GradientKind, Image};
|
||||
pub use self::image::{LengthOrKeyword, LengthOrPercentageOrKeyword};
|
||||
pub use super::specified::{Angle, BorderStyle, Time, UrlExtraData};
|
||||
pub use super::specified::{Angle, BorderStyle, Time, UrlExtraData, UrlOrNone};
|
||||
|
||||
pub mod basic_shape;
|
||||
pub mod image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue