Jesse Wang

Results 2 comments of Jesse Wang

I also found a similar issue where an id/class that starts with a number is not flagged as an error: IE: `Logo`

I'm assuming this is the problem. Say you have CSS that is: ``` image { width: 500px;} ``` If you press the return key after the semi-colon the right curly...