8

There is a fucking difference between the CSS selectors
".classA .classB"
and
"classA.classB"

an incorrect whitespace is way more fucked up then a missing semicolon.
duh...

Comments
  • 0
    space inside a selector isnt a whitespace, you can complain about js adding string together but this is simple and super useful
  • 0
    Gratz, you learned something useful today.
  • 0
    Well, there are 2 differences given that your second example doesn't begin with a .
  • 0
    @serpent5 this is actually a Typo
    @giboork don't get it. Why ist this about js?
Add Comment