Closed Azuka closed 12 years ago
I think :not(.noLava) would work better than [class!=noLava]
:not(.noLava)
[class!=noLava]
Thanks man!
I think when you have more the one class in the element the actual code doesn't worked. That fixed the problem.
this is closed with the 1.4 release.
I think
:not(.noLava)
would work better than[class!=noLava]