SOLVED: TypeError: Cannot call method 'toCSS' of undefined

Just a simple tip to help you quickly resolve the issue in the subject of this post.

There isn’t going to be much to say about this. If you see this error then its really simple, either:

  1. You missed the semi-colon off the end of your @import
  2. Or you typed the wrong path in to the referenced LESS file.

Fix one of those and run grunt again.

No comments :