Reorg and prep for alpha release (#432)

This commit is contained in:
Rob Madole
2017-06-23 14:06:19 -07:00
committed by GitHub
parent cd22aeaeed
commit b3bbd192b8
1485 changed files with 62969 additions and 24515 deletions

14
scss/_core.scss Normal file
View File

@@ -0,0 +1,14 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix}, .fas, .far, .fal, .fab {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-family: "Font Awesome 5";
line-height: 1;
vertical-align: 15%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}