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

@ -5,6 +5,8 @@
//! `list` computed values.
pub use values::specified::list::{ListStyleImage, Quotes};
#[cfg(feature = "gecko")]
pub use values::specified::list::ListStyleType;
impl Quotes {
/// Initial value for `quotes`.