We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93057d8 commit 32767c6Copy full SHA for 32767c6
plugins/postcss-custom-media/index.js
@@ -65,5 +65,5 @@ function customMedia(options) {
65
* @param {Object} source
66
*/
67
function gnuMessage(message, source) {
68
- 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
69
}
0 commit comments