Skip to content

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

@movalz

Description

@movalz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions