sublime 编译报错唉,编码就是utf-8,但是不能出现中文,注释也不行Error: Invalid GBK character "\xE8"
on line 87 of C:\Practice\2015.07.24\sass\sass\text.scss
Use --trace for backtrace.
on line 87 of C:\Practice\2015.07.24\sass\sass\text.scss
Use --trace for backtrace.
2015-07-24
$col-width: 60px;
$col-gap: 20px;
@for $i from 1 through 12 {
.col-#{$i}{
width: $col-width * $i + $col-gap * ($i - 1);
}
}
$col-gap: 20px;
@for $i from 1 through 12 {
.col-#{$i}{
width: $col-width * $i + $col-gap * ($i - 1);
}
}
2015-07-24