mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Fix servo build.
This commit is contained in:
parent
5aeab7adb1
commit
a65925cb85
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue