Font-Awesome/scss/_core.scss
omeid matten b43da19427 Previous commit changed for SCSS.
See previous commit.
2014-06-15 16:09:07 +10:00

16 lines
296 B
SCSS

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