mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Create a NonNegativePercentage type in values:specified
Differential Revision: https://phabricator.services.mozilla.com/D109285
This commit is contained in:
parent
3b2eef3d7d
commit
4d4fb4b414
2 changed files with 15 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub use self::list::Quotes;
|
|||
pub use self::motion::{OffsetPath, OffsetRotate};
|
||||
pub use self::outline::OutlineStyle;
|
||||
pub use self::page::{Orientation, PageSize, PaperSize};
|
||||
pub use self::percentage::Percentage;
|
||||
pub use self::percentage::{Percentage, NonNegativePercentage};
|
||||
pub use self::position::AspectRatio;
|
||||
pub use self::position::{
|
||||
GridAutoFlow, GridTemplateAreas, MasonryAutoFlow, Position, PositionOrAuto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue