File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,16 @@ Object.keys(isUnitlessNumber).forEach(function(prop) {
80
80
*/
81
81
var shorthandPropertyExpansions = {
82
82
background : {
83
+ backgroundAttachment : true ,
84
+ backgroundColor : true ,
83
85
backgroundImage : true ,
84
- backgroundPosition : true ,
86
+ backgroundPositionX : true ,
87
+ backgroundPositionY : true ,
85
88
backgroundRepeat : true ,
86
- backgroundColor : true ,
89
+ } ,
90
+ backgroundPosition : {
91
+ backgroundPositionX : true ,
92
+ backgroundPositionY : true ,
87
93
} ,
88
94
border : {
89
95
borderWidth : true ,
@@ -118,6 +124,11 @@ var shorthandPropertyExpansions = {
118
124
lineHeight : true ,
119
125
fontFamily : true ,
120
126
} ,
127
+ outline : {
128
+ outlineWidth : true ,
129
+ outlineStyle : true ,
130
+ outlineColor : true ,
131
+ } ,
121
132
} ;
122
133
123
134
var CSSProperty = {
You can’t perform that action at this time.
0 commit comments