remove unused font-awesome file

This commit is contained in:
Régis Hanol 2015-02-05 14:20:01 +01:00
parent 42ab39ce18
commit 0774bd28b8
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
// Spinning Icons
// --------------------------
.#{$fa-css-prefix}-spin {
animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}