You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
resolved the issue with Heroku deployment.
The text was updated successfully, but these errors were encountered: