We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134743f commit e0c7b73Copy full SHA for e0c7b73
index.js
@@ -69,5 +69,5 @@ function transformColor(string, source) {
69
* @param {Object} source
70
*/
71
function gnuMessage(message, source) {
72
- return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column : "") + " " + message
+ return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column + " " : "") + message
73
}
0 commit comments