Refactor text-emphasis-position to use ${helpers.predefined_type(..)}

This commit is contained in:
Li Hao Tan 2018-04-01 00:57:32 +08:00
parent f7a495afa7
commit 8d5a2a9aeb
5 changed files with 113 additions and 89 deletions

View file

@ -18,6 +18,7 @@ use values::generics::text::Spacing;
use values::specified::text::{TextDecorationLine, TextEmphasisFillMode, TextEmphasisShapeKeyword, TextOverflowSide};
pub use values::specified::TextAlignKeyword as TextAlign;
pub use values::specified::TextEmphasisPosition;
/// A computed value for the `initial-letter` property.
pub type InitialLetter = GenericInitialLetter<CSSFloat, CSSInteger>;