mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Use conditional compilation for stylo properties
This commit is contained in:
parent
92c3961743
commit
c965beb3d9
12 changed files with 279 additions and 234 deletions
|
@ -78,4 +78,4 @@ ${helpers.predefined_type("outline-color", "CSSColor", "::cssparser::Color::Curr
|
|||
animatable=False)}
|
||||
% endfor
|
||||
|
||||
${helpers.predefined_type("outline-offset", "Length", "Au(0)", animatable=True)}
|
||||
${helpers.predefined_type("outline-offset", "Length", "Au(0)", products="servo", animatable=True)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue