@@ -28,6 +28,7 @@ pub(super) static GLOBAL_STYLE_PROPERTY: phf::Map<&str, &[&str]> = phf_map! {
2828 "bgClip" => & [ "background-clip" ] ,
2929 "bgColor" => & [ "background-color" ] ,
3030 "bgImage" => & [ "background-image" ] ,
31+ "bgImg" => & [ "background-image" ] ,
3132 "bgOrigin" => & [ "background-origin" ] ,
3233 "bgPosition" => & [ "background-position" ] ,
3334 "bgPositionX" => & [ "background-position-x" ] ,
@@ -38,6 +39,7 @@ pub(super) static GLOBAL_STYLE_PROPERTY: phf::Map<&str, &[&str]> = phf_map! {
3839 "bgRepeat" => & [ "background-repeat" ] ,
3940 "bgSize" => & [ "background-size" ] ,
4041 "bgBlendMode" => & [ "background-blend-mode" ] ,
42+ "backgroundImg" => & [ "background-image" ] ,
4143 "animationDir" => & [ "animation-direction" ] ,
4244 "flexDir" => & [ "flex-direction" ] ,
4345 "pos" => & [ "position" ] ,
@@ -68,6 +70,8 @@ pub(super) static GLOBAL_STYLE_PROPERTY: phf::Map<&str, &[&str]> = phf_map! {
6870 "borderRightRadius" => & [ "border-top-right-radius" , "border-bottom-right-radius" ] ,
6971 "objectPos" => & [ "object-position" ] ,
7072 "offsetPos" => & [ "offset-position" ] ,
73+ "maskPos" => & [ "mask-position" ] ,
74+ "maskImg" => & [ "mask-image" ] ,
7175} ;
7276pub ( super ) static OPTIMIZE_MULTI_CSS_VALUE_PROPERTY : phf:: Set < & str > = phf_set ! {
7377 "font-family" ,
0 commit comments