Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS file line 246 failing with Heroku #34

Open
baylee opened this issue Aug 14, 2013 · 1 comment
Open

CSS file line 246 failing with Heroku #34

baylee opened this issue Aug 14, 2013 · 1 comment

Comments

@baylee
Copy link

baylee commented Aug 14, 2013

Line 246 in the tuktuk.css file of the .zip download has no values for the box-flex property. This caused an error when deploying to Heroku on a Rails app. Removing this text from the line

-webkit-box-flex:;-moz-box-flex:;-ms-box-flex:;-o-box-flex:;box-flex:;

resolved the issue with Heroku deployment.

@weavermedia
Copy link

Same problem here. It seems that precompiling locally ($ rake assets:precompile) or on Heroku requires an integer to be set for each value otherwise it complains.

Commenting out the line clears the fail trace.

This line should either be removed from the source or have relevant values added.

Great framework btw 👍

soyjavi pushed a commit that referenced this issue Feb 13, 2014
Possible fix for #34, pass a parameter to `box-flex`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants