python - css working in local but fails after deploying to heroku flask -
i'm running flask app , deploying heroku. changed single line of code in vendor distribution css applying style in needed template page, not work when deployed heroku, while works fine in local. read on precompiling couldn't find 1 flask.
i using scroller. there's item in centers elements, namely this:
#amazingcarousel-1 .amazingcarousel-item-container { padding: 6px; text-align: center; }
testing further seems changing css static folder change text-align locally, , seemed have worked in local because didn't clear cache. there way can deploy static css onto heroku?
i added following , deployed changes.
<div style="text-align:initial;"> <!--thing don't want aligned--> </div>
Comments
Post a Comment