CSS broke Heroku Deployment

Today I did a “git push heroku master” do deploy an application. And than suddenly I got a big exception and the build failed.

CssBrakesBuild

The funny thing is that CSS is the root of the problem. This CSS line here broke the deployment:

height: inherit important!;

Indeed it should be:

height: inherit !important;

Heroku is very sensible 🙂

Published by Robert Reiz

CEO @ VersionEye. Passionated software developer since 1998.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: