style: Also move page-break-inside outside of mako.

Differential Revision: https://phabricator.services.mozilla.com/D11876
This commit is contained in:
Emilio Cobos Álvarez 2018-11-15 08:16:23 +00:00
parent d9de68ad6a
commit a5f0eb9205
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
8 changed files with 34 additions and 7 deletions

View file

@ -42,7 +42,7 @@ pub use self::border::{BorderCornerRadius, BorderRadius, BorderSpacing};
pub use self::border::{BorderImageRepeat, BorderImageSideWidth};
pub use self::border::{BorderImageSlice, BorderImageWidth};
pub use self::box_::{AnimationIterationCount, AnimationName, Contain};
pub use self::box_::{Appearance, BreakBetween, Clear, Float};
pub use self::box_::{Appearance, BreakBetween, BreakWithin, Clear, Float};
pub use self::box_::{Display, TransitionProperty};
pub use self::box_::{OverflowClipBox, OverscrollBehavior, Perspective, Resize};
pub use self::box_::{ScrollSnapType, TouchAction, VerticalAlign, WillChange};