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".