style: [css-lists] Remove the internal '-moz-list-reversed' CSS property that is no longer needed

Differential Revision: https://phabricator.services.mozilla.com/D129957
This commit is contained in:
Mats Palmgren 2023-05-31 11:45:33 +02:00 committed by Oriol Brufau
parent 82c0673881
commit 71c04d1d3c
6 changed files with 0 additions and 39 deletions

View file

@ -66,7 +66,6 @@ pub use self::length::{
};
#[cfg(feature = "gecko")]
pub use self::list::ListStyleType;
pub use self::list::MozListReversed;
pub use self::list::Quotes;
pub use self::motion::{OffsetPath, OffsetRotate};
pub use self::outline::OutlineStyle;