繼承時報錯找不到類
為什么繼承時報錯 找不到類 ?引入了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-04-04
你需要將style.css里面的代碼粘貼到自己的scss文件中,因為繼承需要基類。