mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35: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
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
<%helpers:longhand name="counter-increment" animatable="False">
|
||||
<%helpers:longhand name="counter-increment" products="servo" animatable="False">
|
||||
use std::fmt;
|
||||
use super::content;
|
||||
use values::NoViewportPercentage;
|
||||
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
<%helpers:longhand name="counter-reset" animatable="False">
|
||||
<%helpers:longhand name="counter-reset" products="servo" animatable="False">
|
||||
pub use super::counter_increment::{SpecifiedValue, computed_value, get_initial_value};
|
||||
use super::counter_increment::{parse_common};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue