0

Less2css.org has a very useful function that give feedback in realtime about possible mistakes in writing LESS code.

When I write LESS code in my editor and then go back to browser to test my page, if I done an error simply entire file is ignored and I display website like it does not have any stylesheet applied on it. Is there a way to have some sort of feedback about possible LESS coding errors?

Thank you.

Luca Detomi
  • 5,564
  • 7
  • 52
  • 77
  • are you using `development` mode? [maybe this could help you](http://stackoverflow.com/q/10543145/2113185) – Martin Turjak May 17 '13 at 15:40
  • Ohhh right!! that's the solution! Thank you. :-) I can't accept your answer because it's a comment... maybe could be useful that you answer my question (for other people) so I'll be able to accept it, am I wrong? :-) – Luca Detomi May 18 '13 at 09:10
  • I think the standard procedur would involve closing your question as a duplicate to the other one. And if it solved your problem ... you can upvote the useful answer there. Best! – Martin Turjak May 18 '13 at 09:20

1 Answers1

0

As suggested by Martin, development mode is the solution.

Luca Detomi
  • 5,564
  • 7
  • 52
  • 77