Loading fontawesome and customise prefix

parent 8917ca56
This source diff could not be displayed because it is too large. You can view the blob instead.
// Element UI
@import "~element-ui/lib/theme-default/index.css";
$fa-css-prefix: el-icon-fa;
@import "~font-awesome/scss/font-awesome";
[class^="el-icon-fa"], [class*=" el-icon-fa"] {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome!important;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment