Initial commit

This commit is contained in:
2018-05-24 00:43:30 -05:00
commit 8a79cc381b
136 changed files with 36399 additions and 0 deletions

12
css/font-awesome/scss/_core.scss vendored Normal file
View File

@@ -0,0 +1,12 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix} {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}