mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add separate computed Color value.
This commit is contained in:
parent
742c45f859
commit
c62935577a
20 changed files with 317 additions and 145 deletions
|
@ -23,12 +23,11 @@ use super::generics::grid::TrackList as GenericTrackList;
|
|||
use super::specified;
|
||||
|
||||
pub use app_units::Au;
|
||||
pub use cssparser::Color;
|
||||
pub use properties::animated_properties::TransitionProperty;
|
||||
pub use self::background::BackgroundSize;
|
||||
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageSideWidth};
|
||||
pub use self::border::{BorderRadius, BorderCornerRadius};
|
||||
pub use self::color::RGBAColor;
|
||||
pub use self::color::{Color, RGBAColor};
|
||||
pub use self::image::{Gradient, GradientItem, ImageLayer, LineDirection, Image, ImageRect};
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::gecko::ScrollSnapPoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue