I'm trying to deploy a Rails app to Heroku. When I do I get the following error:
remote: ! Precompiling assets failed.
I am pretty sure it has something to do with the custom style.css file I have in my assets/stylesheets folder, and/or webpacker but I can't figure out how to resolve.
$ rails -v returns Rails 6.1.3.1.
$ ruby -v returns ruby 2.7.0p0.
In my app/views/layouts/application.html.erb file I have the following within the <head> section.