style: Implement parsing for baseline-source

Differential Revision: https://phabricator.services.mozilla.com/D173884
This commit is contained in:
David Shin 2023-05-17 12:56:53 +00:00 committed by Martin Robinson
parent 571136562d
commit 7a2b444a60
6 changed files with 64 additions and 10 deletions

View file

@ -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,
};