style: Support offset-anchor.

Differential Revision: https://phabricator.services.mozilla.com/D39432
This commit is contained in:
Boris Chiou 2019-08-02 20:12:38 +00:00 committed by Emilio Cobos Álvarez
parent e04273a4d9
commit 33690b9eaf
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
6 changed files with 57 additions and 2 deletions

View file

@ -68,7 +68,7 @@ pub use self::list::Quotes;
pub use self::motion::{OffsetPath, OffsetRotate};
pub use self::outline::OutlineStyle;
pub use self::percentage::{NonNegativePercentage, Percentage};
pub use self::position::{GridAutoFlow, GridTemplateAreas, Position, ZIndex};
pub use self::position::{GridAutoFlow, GridTemplateAreas, Position, PositionOrAuto, ZIndex};
pub use self::rect::NonNegativeLengthOrNumberRect;
pub use self::resolution::Resolution;
pub use self::svg::MozContextProperties;