Grunt自动刷新器错误-Can';t分析CSS:第12:21行附近缺少属性值

Grunt自动刷新器错误-Can';t分析CSS:第12:21行附近缺少属性值,css,less,gruntjs,Css,Less,Gruntjs,当我运行grunt-service或grunt-autoprefixer时,会出现一个警告,但没有提到文件路径,只提到行和列 $ grunt autoprefixer Running "autoprefixer:dist" (autoprefixer) task Warning: Can't parse CSS: property missing value near line 12:21 Use --force to continue. Aborted due to warnings.

当我运行
grunt-service
grunt-autoprefixer
时,会出现一个警告,但没有提到文件路径,只提到行和列

$ grunt autoprefixer
Running "autoprefixer:dist" (autoprefixer) task
Warning: Can't parse CSS: property missing value near line 12:21 Use --force to continue.

Aborted due to warnings.


Execution Time (2014-05-05 20:24:50 UTC)
loading tasks       3ms  ■■■■■■■■■■■ 13%
autoprefixer:dist  19ms  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 83%
Total 23ms 
我如何解决这个问题


谢谢大家

使用
grunt autoprefixer--verbose
在verbose模式下运行grunt,让它吐出文件名和扩展选项对象

使用
grunt autoprefixer--verbose
在verbose模式下运行grunt,让它吐出文件名和扩展选项对象

非常有用。非常感谢,非常有帮助。谢谢