顯示具有 mixin 標籤的文章。 顯示所有文章
顯示具有 mixin 標籤的文章。 顯示所有文章

2016年1月18日 星期一

Undefined mixin 'clearfix' / npm install bower install grunt

    directory .tmp/styles
        error app/styles/main.scss (Line 104 of app/styles/_product.scss: Undefined mixin 'clearfix'.)


@mixin clearfix() {
&:before,
&:after {
content: ' '; // 1
display: table; // 2
}
&:after {
clear: both;
}
*zoom: 1; // Trigger IE6/7 'hasLayout'
}