style: Fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-03-12 17:50:55 +01:00
parent 5aeab7adb1
commit a65925cb85
3 changed files with 5 additions and 6 deletions

View file

@ -38,7 +38,7 @@ pub type InitialLetter = GenericInitialLetter<CSSFloat, CSSInteger>;
ToAnimatedValue,
ToAnimatedZero,
)]
pub struct LetterSpacing(Length);
pub struct LetterSpacing(pub Length);
impl LetterSpacing {
/// Return the `normal` computed value, which is just zero.