mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Fix servo build.
This commit is contained in:
parent
cd2ac08eb9
commit
4671ef5243
3 changed files with 6 additions and 19 deletions
|
@ -15,7 +15,7 @@ use crate::values::generics::effects::SimpleShadow as GenericSimpleShadow;
|
|||
use crate::values::Impossible;
|
||||
|
||||
/// An animated value for the `drop-shadow()` filter.
|
||||
type AnimatedSimpleShadow = GenericSimpleShadow<Color, Length, Length>;
|
||||
pub type AnimatedSimpleShadow = GenericSimpleShadow<Color, Length, Length>;
|
||||
|
||||
/// An animated value for a single `filter`.
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue