猿问

vue-cli中sass引入字体图标引入路径出错

在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有自己的写法,但是搜索相关内容都没有这方面的解释,求解?

下图是我的目录结构:

https://img.mukewang.com/5c68f1be000121dd07100462.jpg

https://img4.mukewang.com/5c68f1be00014d4905170320.jpg

https://img4.mukewang.com/5c68f1bf000106e408000249.jpg

慕尼黑5688855
浏览 1004回答 1
1回答

jeck猫

sass这方面并没有特殊的写法。但是相对路径的话其实是按照你的最终生成的css文件为基准的。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答