mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
style: Introduce css(parse_condition).
This will allow us to add a pref for this, and to parse it only on chrome easily. Bug: 1288572 Reviewed-by: xidorn MozReview-Commit-ID: L1rsyc2A2hu
This commit is contained in:
parent
ce5a85d6a1
commit
1da798e65b
3 changed files with 50 additions and 8 deletions
|
@ -235,6 +235,7 @@ pub struct CssVariantAttrs {
|
|||
pub dimension: bool,
|
||||
pub keyword: Option<String>,
|
||||
pub aliases: Option<String>,
|
||||
pub parse_condition: Option<Path>,
|
||||
pub skip: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue