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'
}

沒有留言:

張貼留言