We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9ed3f commit 3a8d0feCopy full SHA for 3a8d0fe
src/css/Properties.js
@@ -108,7 +108,7 @@ var Properties = {
108
"border-width" : "<border-width>{1,4}",
109
"bottom" : "<margin-width>",
110
"-moz-box-align" : "start | end | center | baseline | stretch",
111
- "-moz-box-decoration-break" : "slice |clone",
+ "-moz-box-decoration-break" : "slice | clone",
112
"-moz-box-direction" : "normal | reverse",
113
"-moz-box-flex" : "<number>",
114
"-moz-box-flex-group" : "<integer>",
@@ -118,7 +118,7 @@ var Properties = {
118
"-moz-box-pack" : "start | end | center | justify",
119
"-o-box-decoration-break" : "slice | clone",
120
"-webkit-box-align" : "start | end | center | baseline | stretch",
121
- "-webkit-box-decoration-break" : "slice |clone",
+ "-webkit-box-decoration-break" : "slice | clone",
122
"-webkit-box-direction" : "normal | reverse",
123
"-webkit-box-flex" : "<number>",
124
"-webkit-box-flex-group" : "<integer>",
0 commit comments