我从今天早上获得了Salesforce Design System试点的网络研讨会。我将软件包(作为' sds.zip')上传为静态资源。我使用以下命令调用CSS(紧跟在.cmp文件中的#39;'之后)
<link href='/resource/sds/index.scss' rel="stylesheet"/>
但是当我尝试保存时,我收到错误:
Failed to save undefined: No COMPONENT named markup://use found : [markup://c:contactList]: Source
我认为&#39;使用&#39; error是对此代码块的引用,稍后会出现在.cmp文件中:
<svg aria-hidden="true" class="icon icon--large icon-standard-user">
<use xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#user" />
</svg>
我认为我错误地导入了CSS,这是正确的方法吗?