问答详情
源自:4-4 CSS整理和优化

继承时报错找不到类

为什么继承时报错 找不到类  引入了iconfont. css也不行

Error: ".toolbar .weixin .toolbar-btn" failed to @extend ".icon-weixin".
      The selector ".icon-weixin" was not found.
      Use "@extend .icon-weixin !optional" if the extend should be able to fail.
       on line 178 of F:\web\study\tollbar\styles\toolbar3.scss
 Use --trace for backtrace.

提问者:欧企鹅 2017-03-30 15:35

个回答

  • Dorise4291884
    2017-04-04 19:13:16
    已采纳

    你需要将style.css里面的代码粘贴到自己的scss文件中,因为继承需要基类。