mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
style: [refactor] Migrate NS_STYLE_MASONRY_* defines
Differential Revision: https://phabricator.services.mozilla.com/D164422
This commit is contained in:
parent
281ae0748f
commit
dc225e0b2f
2 changed files with 5 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue