Implement moz-transform property

This commit is contained in:
Nazım Can Altınova 2017-04-07 23:49:18 +03:00
parent 67799f9445
commit f9225d84aa
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
7 changed files with 320 additions and 46 deletions

View file

@ -476,6 +476,8 @@ bitflags! {
/// This property has values that can establish a containing block for
/// absolutely positioned elements.
const ABSPOS_CB = 1 << 2,
/// This property(shorthand) is an alias of another property.
const ALIAS_PROPERTY = 1 << 3,
}
}