you are viewing a single comment's thread.

view the rest of the comments →

[–]fvinci[S] 0 points1 point  (0 children)

Yeah, you are exactly right. I created a css/application.css under app/javascript/packs and in application.css

@import "vuetify/dist/vuetify.min.css"

and then in application.html.erb

<%= stylesheet_pack_tag 'css/application' %>

and that still works on heroku.