mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
2020: paint borders
This commit is contained in:
parent
59f68525c4
commit
5eb1472a33
5 changed files with 95 additions and 47 deletions
|
@ -880,7 +880,8 @@
|
|||
{
|
||||
// Define all of the expected variables that correspond to the shorthand
|
||||
% for sub_property in shorthand.sub_properties:
|
||||
let mut ${sub_property.ident} = None;
|
||||
let mut ${sub_property.ident} =
|
||||
None::< &'a longhands::${sub_property.ident}::SpecifiedValue>;
|
||||
% endfor
|
||||
|
||||
// Attempt to assign the incoming declarations to the expected variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue