Stylo - add glue code for initial-letter property

This commit is contained in:
Jeremy Chen 2017-04-10 17:15:55 +08:00
parent ca3cd64d6b
commit 76b48c3c41
2 changed files with 25 additions and 2 deletions

View file

@ -233,7 +233,7 @@ ${helpers.predefined_type(
<%helpers:longhand name="initial-letter"
animation_type="none"
products="none"
products="gecko"
spec="https://drafts.csswg.org/css-inline/#sizing-drop-initials">
use std::fmt;
use style_traits::ToCss;