File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ var Properties = {
214
214
"-moz-box-ordinal-group" : "<integer>" ,
215
215
"-moz-box-orient" : "horizontal | vertical | inline-axis | block-axis | inherit" ,
216
216
"-moz-box-pack" : "start | end | center | justify" ,
217
+ "-o-box-decoration-break" : "slice | clone" ,
217
218
"-webkit-box-align" : "start | end | center | baseline | stretch" ,
218
219
"-webkit-box-decoration-break" : "slice |clone" ,
219
220
"-webkit-box-direction" : "normal | reverse | inherit" ,
@@ -223,6 +224,7 @@ var Properties = {
223
224
"-webkit-box-ordinal-group" : "<integer>" ,
224
225
"-webkit-box-orient" : "horizontal | vertical | inline-axis | block-axis | inherit" ,
225
226
"-webkit-box-pack" : "start | end | center | justify" ,
227
+ "box-decoration-break" : "slice | clone" ,
226
228
"box-shadow" : function ( expression ) {
227
229
var result = false ,
228
230
part ;
You can’t perform that action at this time.
0 commit comments