Closed ai closed 9 years ago
PostCSS and many other tools use GNU error format: file:line:col, so them print
file:line:col
/projects/website/main.css:5:3: CSS3 Box-sizing not supported
instead of:
/projects/website/main.css: line 5, col 3 - CSS3 Box-sizing not supported
@ai oh, perfect, thank you -- I had actually been wondering about whether there was a common format for this, but didn't get around to doing a thorough search.
PostCSS and many other tools use GNU error format:
file:line:col
, so them printinstead of: