Added autoprefixer + csslint

This commit is contained in:
RainLoop Team 2014-08-28 19:27:30 +04:00
parent 5009546a91
commit 39255ae061
30 changed files with 218 additions and 1038 deletions

View file

@ -70,14 +70,6 @@
line-height: 20px;
}
@-webkit-keyframes rotation {
to {-webkit-transform: rotate(1turn);}
}
@-moz-keyframes rotation {
to {-moz-transform: rotate(1turn);}
}
@keyframes rotation {
to {transform: rotate(1turn);}
}
@ -87,13 +79,8 @@
height: 16px;
&:before {
-webkit-transform-origin: 8px 8px;
-moz-transform-origin: 8px 8px;
transform-origin: 8px 8px;
margin-top: 1px;
display: inline-block;
font-size: 16px;
line-height: 100%;
@ -113,7 +100,5 @@ html.no-cssanimations .icon-spinner {
}
html.cssanimations .icon-spinner.animated:before {
-webkit-animation: rotation 1s infinite steps(40);
-moz-animation: rotation 1s infinite steps(40);
animation: rotation 1s infinite steps(40);
}