Skip to content

Commit

Permalink
Implemented 'transform-box' property (issue LeaVerou#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jun 15, 2015
1 parent 4d0b1a8 commit 7e71a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.js
Expand Up @@ -282,6 +282,7 @@ window.Specs = {
"perspective(600px)"
],
"transform-origin": ["10px", "top", "top left", "50% 100%", "left 0%", "left 50% 0"],
"transform-box": ["border-box", "fill-box", "view-box"],
"transform-style": ["flat", "preserve-3d"],
"perspective": ["none", "600px"],
"perspective-origin": ["10px", "top", "top left", "50% 100%", "left 0%"],
Expand Down

0 comments on commit 7e71a61

Please sign in to comment.