Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
movalz opened this issue Nov 2, 2016 · 0 comments
Open

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

movalz opened this issue Nov 2, 2016 · 0 comments

Comments

@movalz
Copy link

movalz commented Nov 2, 2016

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

movalz pushed a commit to movalz/ow that referenced this issue Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant