Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

red dot in chrome debugger when writing LESS?

I'm transforming my css files into LESS file.

only part of my LESS is working well and I see a weird red dot line in the chrome debugger for those problematic lines,

any idea what they means?

enter image description here

like image 595
user3265943 Avatar asked Mar 15 '26 21:03

user3265943


1 Answers

http://codemirror.net/doc/releases.html says that Version 2.33 of CodeMirror introduced "Show non-printing characters as red dots."

like image 132
Alexander Pavlov Avatar answered Mar 17 '26 20:03

Alexander Pavlov