updating to 4.0

New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
This commit is contained in:
David Miller
2019-01-03 12:10:55 -07:00
parent 059edaa9b4
commit af58467db4
1859 changed files with 122855 additions and 63982 deletions

20
vendor/fontawesome-free/scss/_core.scss vendored Normal file
View File

@@ -0,0 +1,20 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix},
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
%fa-icon {
@include fa-icon;
}