When I run rake asset:precompile I get the following error:
Invalid CSS after "float:left": expected "{", was ";"
I have narrowed down the offending stylesheet file. I’ve been through it a million times and cannot seem to find the problem.
Can anyone clarify this error for me? Seems pretty straight forward but I searched for all float:left and found no problems.
could it be complaining about this format?
.label img {
float:left;
}
What am I missing?
Thanks,
I found the problem. It was a missing semicolon ABOVE the float:left;