diff options
| author | Chris Rebert <[email protected]> | 2015-04-07 18:13:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-07 18:13:21 -0700 |
| commit | e9a747246ace3255b9e9171d44a6920dd3c3abc1 (patch) | |
| tree | 88f0ebf0c75f3cccbeb7ac98d38077870f3368a1 /less | |
| parent | 6866b1733ab155903b80ab6c7890c2882830885b (diff) | |
| download | bootstrap-e9a747246ace3255b9e9171d44a6920dd3c3abc1.tar.xz bootstrap-e9a747246ace3255b9e9171d44a6920dd3c3abc1.zip | |
add px unit to perspective property value; fixes #16247
[skip sauce]
[skip validator]
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less index 4bbe946d3..6458297c6 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -29,7 +29,7 @@ @media all and (transform-3d), (-webkit-transform-3d) { .transition-transform(~'0.6s ease-in-out'); .backface-visibility(~'hidden'); - .perspective(1000); + .perspective(1000px); &.next, &.active.right { |
