sublime 編譯報錯唉,編碼就是utf-8,但是不能出現(xiàn)中文,注釋也不行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