I was struggling with an image styling:
<img class="2logos" src="logos.png" />
.2logos {width: 166px}
Whatever I tried, it did nothing. Until I removed the digit from the class name. As soon as I named it "logos" instead of "2logos", it worked. I never noted something like this before. Where may the restriction come from? I find this very strange!