在vue-cli中使用scss的时候自己在移入字体图标时报了无法解析的错误?
@font-face {
font-family: 'sell-icon';
src: url("../fonts/sell-icon.eot?6u6oal");
src: url('../fonts/sell-icon.eot?6u6oal#iefix') format('embedded-opentype'), url('../fonts/sell-icon.ttf?6u6oal') format('truetype'), url('../fonts/sell-icon.woff?6u6oal') format('woff'), url('../fonts/sell-icon.svg?6u6oal#sell-icon') format('svg');
font-weight: normal;
font-style: normal;
}
引入路径不存在问题,是不是sass有自己的写法,但是搜索相关内容都没有这方面的解释,求解?
下图是我的目录结构:
jeck猫
相关分类