mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Get rid of ComputedValueAsSpecified in box.mako.rs.
This commit is contained in:
parent
a4da2220c1
commit
5e136a7a05
2 changed files with 19 additions and 29 deletions
|
@ -127,7 +127,7 @@ impl ToCss for CustomIdent {
|
|||
}
|
||||
|
||||
/// https://drafts.csswg.org/css-animations/#typedef-keyframes-name
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, ToComputedValue)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub enum KeyframesName {
|
||||
/// <custom-ident>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue