vtst / ow

Various Eclipse plugins for web development

Home Page:http://www.normalesup.org/~simonet/soft/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS identifier with escaped colon ('\:') is marked as faulty.

movalz opened this issue · comments

CSS identifiers are allowed to contain colons. A colon inside an identifier has to be escaped as ':'. LESS editor shows an error message for such identifiers.

Example:
#tableXyz:zb {
min-width: 65px;
}

causes an error message for identifier "tableXyz:zb".