mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Move text-decoration-line out of mako
This commit is contained in:
parent
ccc739d635
commit
6f59a45cdc
10 changed files with 172 additions and 147 deletions
|
@ -394,7 +394,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
% if property.custom_cascade:
|
||||
% if property.custom_cascade and property.custom_cascade_function:
|
||||
${property.custom_cascade_function}(declaration, context);
|
||||
% elif property.custom_cascade:
|
||||
cascade_property_custom(declaration, context);
|
||||
% endif
|
||||
% else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue