mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add CSS.supports()
This commit is contained in:
parent
56731dc6b5
commit
62bea28031
3 changed files with 34 additions and 4 deletions
|
@ -161,9 +161,9 @@ impl ToCss for SupportsCondition {
|
|||
/// A possibly-invalid property declaration
|
||||
pub struct Declaration {
|
||||
/// The property name
|
||||
prop: String,
|
||||
pub prop: String,
|
||||
/// The property value
|
||||
val: String,
|
||||
pub val: String,
|
||||
}
|
||||
|
||||
impl ToCss for Declaration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue