Grunt autoprefixer error - Can't parse CSS: property missing value near line 12:21

StackOverflow https://stackoverflow.com/questions/23481707

  •  16-07-2023
  •  | 
  •  

When I run grunt serve or grunt autoprefixer a warning occurs but there is no mention to file path, just line and column.

$ 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 

How can I resolve this problem?

Thanks for all!

有帮助吗?

解决方案

Use grunt autoprefixer --verbose to run Grunt in verbose mode and have it spit out the file names and expanded options object

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top