style: [refactor] Migrate NS_STYLE_MASONRY_* defines

Differential Revision: https://phabricator.services.mozilla.com/D164422
This commit is contained in:
Ben Freist 2023-01-03 12:14:56 +00:00 committed by Martin Robinson
parent 281ae0748f
commit dc225e0b2f
2 changed files with 5 additions and 32 deletions

View file

@ -76,8 +76,9 @@ pub use self::page::{PageName, PageSize, PageSizeOrientation, PaperSize};
pub use self::percentage::{NonNegativePercentage, Percentage};
pub use self::position::AspectRatio;
pub use self::position::{
GridAutoFlow, GridTemplateAreas, MasonryAutoFlow, Position, PositionOrAuto,
GridAutoFlow, GridTemplateAreas, Position, PositionOrAuto,
};
pub use self::position::{MasonryAutoFlow, MasonryPlacement, MasonryItemOrder};
pub use self::position::{PositionComponent, ZIndex};
pub use self::ratio::Ratio;
pub use self::rect::NonNegativeLengthOrNumberRect;