Skip to content

Commit 76ae189

Browse files
wbarrionuevozwacky
authored andcommitted
Removed perspective property for mozilla based browsers (#27)
1 parent fc3a323 commit 76ae189

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/css/angular-flippy.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ flippy {
33
-webkit-perspective: 600px;
44
perspective: 600px;
55
-ms-perspective: none;
6+
-moz-perspective: none;
67
}
78
flippy flippy-front,
89
flippy flippy-back {

dist/css/angular-flippy.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/flippy.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ flippy {
22
float: left;
33
perspective: 600px;
44
-ms-perspective: none;
5+
-moz-perspective: none;
56
flippy-front, flippy-back {
67
position: absolute;
78
width: inherit;

0 commit comments

Comments
 (0)