Forked from
teaching-materials / website
410 commits behind, 8 commits ahead of the upstream repository.
-
Jennifer Mankoff authored
with simplified text and removal of most cse340 specific information
Jennifer Mankoff authoredwith simplified text and removal of most cse340 specific information
_core.scss 326 B
// 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;
}