【发布时间】:2017-12-11 17:59:47
【问题描述】:
@import '../assets/bootstrap/scss/bootstrap.scss';
.col-md {
background-color: #f00;
}
这是我的代码。 这很简单,但是在 vscode 中有一些错误,如下所示
我无法理解。为什么会报错?
有人知道这个错误吗?
Compilation Error
Error: Invalid CSS after ".col-md {": expected "}", was "{"
on line 3 of sass/d:\xampp\htdocs\accommodation\theme\accommodation\css\theme.sass
>> .col-md { {
【问题讨论】: