I’m in the process of switching to the Pagy gem for pagination in my app. I’m struggling to understand how to get the styles working.
I’ve looked at the docs here: https://ddnexus.github.io/pagy/docs/api/stylesheets/, but it isn’t clear if the styles are included in the gem, how can I use @import
in my SCSS files to import them?
Can someone give me some help?