Error on minify css on meteor 1.6.1+

Hi,

After I update meteor to 1.6.1+, my app has this error:

=> Errors prevented startup:                  
   
   While minifying app stylesheet:
   app/client/stylesheets/style.less.css:2655:9: Missed semicolon
   
=> Your application has errors. Waiting for file change.

When I remove standard-minifier-css, it works!

Is it a bug from standard-minifier-css ?