Rails 7 css assets are not working in production, need help understanding how the asset pipeline works without webpacker – Nginx
Trying out rails 7, with tailwind and postcss. I have a few stylesheets in assets/stylesheets, which I import through a file called imports.css in the same folder. //imports.css @import stylesheet1.css; @import stylesheet2.css; I then import that file in application.html.erb with…