Closed piccaso closed 9 years ago
A faulty configuration line like this:
// autoprefixer: last 2 ersions
Would result in an error like this:
Error in file 'undefined' on line undefined: undefined
This little change will turn it into this:
Unknown browser query `last 2 ersions`
But I'm not sure if its a good idea to treat all error messages this way...
Thanks!
A faulty configuration line like this:
Would result in an error like this:
This little change will turn it into this:
But I'm not sure if its a good idea to treat all error messages this way...