.9-bucks {
font-size: 60px;
}
This is the error I am getting when I push my app to Heroku:
ActionView::Template::Error (Invalid CSS after ".": expected class name, was "9-bucks {"
2012-06-07T11:42:45+00:00 app[web.1]: (in /app/app/assets/stylesheets/application.css)):
CSS selector names (either IDs or class names) cannot begin with a number…
http://css-tricks.com/ids-cannot-start-with-a-number/
Try replacing with
.nine-bucks { }