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

13
less/_core.less Normal file
View File

@@ -0,0 +1,13 @@
// Base Class Definition
// -------------------------
.@{fa-css-prefix} {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: -15%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}