Browser issue Invalid CSS property

TickTackk

Well-known member
Under template "form.css"
Code:
.ctrlUnit > dd .explain
{
    ....
    /*TODO:max-width: auto;*/
}
The TODO comment is creating invalid property warn under the inspector on the sign up page.

upload_2015-1-19_22-18-50.webp
 
It happens with the spaces. It's just how the Chrome developer tools parse a comment that it thinks looks like property. This would be an issue within the dev tools.

Note that it isn't giving a warning indication -- it's just saying the rule hasn't been applied (or has been overwritten).
 
Top Bottom