【发布时间】:2014-07-31 15:00:20
【问题描述】:
我正在尝试用罗盘编译一些scss,但我得到了错误
error portal/forms.scss (Line 104: Invalid CSS after " width: ":
expected expression (e.g. 1px, bold), was "@model_hints_co...")
代码:
.lfr-input-resource {
width: @model_hints_constants_text_display_width@px;
}
代码来自liferay门户源代码:https://github.com/liferay/liferay-portal/blob/b45e6646b18809abf13ddfb60d1d6566e22a8f8c/portal-web/docroot/html/css/portal/forms.css
我不知道@model_hints_constants_text_display_width@px; 是什么。
【问题讨论】:
标签: css sass liferay compass-sass