lessphp
lessphp copied to clipboard
Accurate file and line number when throwing undefined mixin or unknown block operation error.
trafficstars
When an imported less file is calling an undefined mixin, LessPHP is unable to throw the correct file and line number. This fix adds a reference to the parser and the count position of the block so we can access the block's parser to throw the error while passing in the correct count position.

Tnx!