【发布时间】:2014-07-25 11:25:43
【问题描述】:
我刚开始使用 sass 并安装了 prepros。我试图编译一个 .scss 文件并得到一个错误:
Syntax error: Invalid CSS after " color: ": expected expression (e.g. 1px, bold), was "@blue;"
.scss 代码:
.footer {
clear: both;
background-color: @blue;
}
我安装了 Ruby 和 prepros。
【问题讨论】: