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.
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
我用 compass scss 来实现的相同功能,所需的 html 代码和 scss 代码都非常少
<div class="toolbar">
<a href="#" class="weixin">
<span class="layer"></span>
</a>
<a href="#" class="feedback"></a>
<a href="#" class="app">
<span class="layer"></span>
</a>
<a href="#" class="top"></a>
</div>
<div class="toolbar">
<a href="#" class="weixin">
<span class="layer"></span>
</a>
<a href="#" class="feedback"></a>
<a href="#" class="app">
<span class="layer"></span>
</a>
<a href="#" class="top"></a>
</div>