user3265943
user3265943

Reputation: 339

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

Upvotes: 3

Views: 2560

Answers (1)

Alexander Pavlov
Alexander Pavlov

Reputation: 32286

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

Upvotes: 3

Related Questions