Skip to content

Commit

Permalink
Merge pull request #6210 from rofrischmann/unitless-border-image-outset
Browse files Browse the repository at this point in the history
added borderImageOutset to unitless CSS properties
  • Loading branch information
zpao committed Mar 11, 2016
2 parents ec25297 + 3639253 commit 20e1acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
var isUnitlessNumber = {
animationIterationCount: true,
borderImageOutset: true,
boxFlex: true,
boxFlexGroup: true,
boxOrdinalGroup: true,
Expand Down

0 comments on commit 20e1acb

Please sign in to comment.