mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
style: Implement parsing for baseline-source
Differential Revision: https://phabricator.services.mozilla.com/D173884
This commit is contained in:
parent
571136562d
commit
7a2b444a60
6 changed files with 64 additions and 10 deletions
|
@ -57,7 +57,7 @@ pub use self::box_::{OverflowClipBox, OverscrollBehavior, Perspective, Resize, S
|
|||
pub use self::box_::{
|
||||
ScrollSnapAlign, ScrollSnapAxis, ScrollSnapStop, ScrollSnapStrictness, ScrollSnapType,
|
||||
};
|
||||
pub use self::box_::{TouchAction, VerticalAlign, WillChange};
|
||||
pub use self::box_::{BaselineSource, TouchAction, VerticalAlign, WillChange};
|
||||
pub use self::color::{
|
||||
Color, ColorOrAuto, ColorPropertyValue, ColorScheme, ForcedColorAdjust, PrintColorAdjust,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue