style: Make quotes property representation allocate less.

Differential Revision: https://phabricator.services.mozilla.com/D10650
This commit is contained in:
Cameron McCormack 2018-11-06 23:03:33 +00:00 committed by Emilio Cobos Álvarez
parent 56fd3b786f
commit acf7b65f36
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 54 additions and 66 deletions

View file

@ -69,7 +69,7 @@ pub use self::length::{LengthOrPercentageOrAuto, LengthOrPercentageOrNone, MaxLe
pub use self::length::{NonNegativeLengthOrPercentage, NonNegativeLengthOrPercentageOrAuto};
#[cfg(feature = "gecko")]
pub use self::list::ListStyleType;
pub use self::list::Quotes;
pub use self::list::{QuotePair, Quotes};
pub use self::motion::OffsetPath;
pub use self::outline::OutlineStyle;
pub use self::percentage::{NonNegativePercentage, Percentage};