mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +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
|
@ -40,7 +40,7 @@ ${helpers.single_keyword("color-adjust",
|
|||
"economy exact", products="gecko",
|
||||
animatable=False)}
|
||||
|
||||
<%helpers:longhand name="image-rendering" animatable="False">
|
||||
<%helpers:longhand name="image-rendering" products="servo" animatable="False">
|
||||
pub mod computed_value {
|
||||
use cssparser::ToCss;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue