You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
movalz
pushed a commit
to movalz/ow
that referenced
this issue
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".
The text was updated successfully, but these errors were encountered: