This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Description
Although this is probably not great CSS, I came across a third-party library that less is chocking on because the library uses a workaround for IE5:
.test {
display/*/: none; / Hide for IE5 */
}
The problem is with the /**/ in the property name.
If this is invalid CSS, I can file a bug with the library's maintainer. Thanks!