Skip to content

Commit 3a8d0fe

Browse files
committed
Adds whitespace to clone for box-decoration-break property
1 parent af9ed3f commit 3a8d0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/Properties.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var Properties = {
108108
"border-width" : "<border-width>{1,4}",
109109
"bottom" : "<margin-width>",
110110
"-moz-box-align" : "start | end | center | baseline | stretch",
111-
"-moz-box-decoration-break" : "slice |clone",
111+
"-moz-box-decoration-break" : "slice | clone",
112112
"-moz-box-direction" : "normal | reverse",
113113
"-moz-box-flex" : "<number>",
114114
"-moz-box-flex-group" : "<integer>",
@@ -118,7 +118,7 @@ var Properties = {
118118
"-moz-box-pack" : "start | end | center | justify",
119119
"-o-box-decoration-break" : "slice | clone",
120120
"-webkit-box-align" : "start | end | center | baseline | stretch",
121-
"-webkit-box-decoration-break" : "slice |clone",
121+
"-webkit-box-decoration-break" : "slice | clone",
122122
"-webkit-box-direction" : "normal | reverse",
123123
"-webkit-box-flex" : "<number>",
124124
"-webkit-box-flex-group" : "<integer>",

0 commit comments

Comments
 (0)