Skip to content

Commit 77e3d0b

Browse files
committed
Merge pull request #138 from kkirsche/patch-1
Add support for box-decoration-break non-prefixed
2 parents a3fb6f1 + 63b8bd6 commit 77e3d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/css/Properties.js

+2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ var Properties = {
214214
"-moz-box-ordinal-group" : "<integer>",
215215
"-moz-box-orient" : "horizontal | vertical | inline-axis | block-axis | inherit",
216216
"-moz-box-pack" : "start | end | center | justify",
217+
"-o-box-decoration-break" : "slice | clone",
217218
"-webkit-box-align" : "start | end | center | baseline | stretch",
218219
"-webkit-box-decoration-break" : "slice |clone",
219220
"-webkit-box-direction" : "normal | reverse | inherit",
@@ -223,6 +224,7 @@ var Properties = {
223224
"-webkit-box-ordinal-group" : "<integer>",
224225
"-webkit-box-orient" : "horizontal | vertical | inline-axis | block-axis | inherit",
225226
"-webkit-box-pack" : "start | end | center | justify",
227+
"box-decoration-break" : "slice | clone",
226228
"box-shadow" : function (expression) {
227229
var result = false,
228230
part;

0 commit comments

Comments
 (0)