Release 5.0.0-alpha7

This commit is contained in:
robmadole
2017-07-28 14:11:37 -05:00
committed by Rob Madole
parent dfd21c9399
commit 7f3e9f7300
419 changed files with 18972 additions and 10228 deletions

View File

@@ -1,4 +1,4 @@
// Spinning Icons
// Animated Icons
// --------------------------
.#{$fa-css-prefix}-spin {
@@ -14,6 +14,6 @@
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
transform: rotate(360deg);
}
}