Move list-style-type outside of mako

Closes issue #19629
This commit is contained in:
Jon Leighton 2017-12-23 13:01:30 +01:00
parent 54f8cc37c5
commit 214b423bbd
5 changed files with 75 additions and 63 deletions

View file

@ -50,6 +50,8 @@ pub use self::length::{LengthOrPercentageOrNone, MaxLength, MozLength};
pub use self::length::{NoCalcLength, ViewportPercentageLength};
pub use self::length::NonNegativeLengthOrPercentage;
pub use self::list::{ListStyleImage, Quotes};
#[cfg(feature = "gecko")]
pub use self::list::ListStyleType;
pub use self::outline::OutlineStyle;
pub use self::rect::LengthOrNumberRect;
pub use self::percentage::Percentage;