Move text-decoration-line out of mako

This commit is contained in:
Keith Yeung 2017-11-13 23:20:59 -08:00
parent ccc739d635
commit 6f59a45cdc
10 changed files with 172 additions and 147 deletions

View file

@ -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: