mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Stylo - add glue code for initial-letter property
This commit is contained in:
parent
ca3cd64d6b
commit
76b48c3c41
2 changed files with 25 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue