您好,我在 Visual Studio 的Web Essentials 2012扩展中遇到此错误:
/*
ERROR: ERROR:
type: Syntax
message: Out of stack space
filename: C:\Users\username\myproject\style.less
column: -1
extract: ,,@media screen and (max-width:1124px)
*/
less 文件中的违规行是这样的:
@media screen and (max-width:1124px)
{
}
所以 Web Essentials 不喜欢媒体查询还是我做错了什么?