Failing to deploy to Heroku - Error: File to import not found or unreadable: bootstrap

When i run the command git push heroku master it fails to push the reason being this error

Parent style sheet: /tmp/build_a28d45a8818bb245b09dcc8041323734/web/static/css/app.css.scss Error: File to import not found or unreadable: bootstrap
remote:        Parent style sheet: /tmp/build_a28d45a8818bb245b09dcc8041323734/web/static/css/app.css.scss
remote:        
remote:        >> @import "bootstrap";

`

I have figured it out. I had my app.css file deleted so i added it back with this line @import "bootstrap"; and it deployed

2 Likes