1

How can I fix "invalid argument" in LESS when using IE?

Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138
  • 1
    provide more details about the error. also, Developer Tools for IE might help. – bzx May 11 '11 at 12:35

1 Answers1

1

You need to remove all the special characters (á, ã, â, ç, etc.) from the comments in the .less file.

glomad
  • 5,539
  • 2
  • 24
  • 38
Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138