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
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered: