Marie Lamoureux
10/26/2022, 8:35 PMgem 'bootstrap', '~> 5.2.0', gem 'jquery-rails', gem 'sass-rails'
to my Gemfile and import it in my application.scss but, somehow, it doesn't work. Any idea why?
Also, I've seen in a tutorial that I'm supposed to create new views to override and customise the frontend. Is that good practice? Or can I just go and modify the existing views?
Thank you πJared Norman
Jared Norman
Marie Lamoureux
10/26/2022, 8:41 PMJared Norman
Marie Lamoureux
10/26/2022, 8:50 PMTest Account
10/27/2022, 9:58 PMgem "solidus", path: "vendor/solidus
) and first then I could start removing many of the same dependencies which were also referenced there.
This is probably not what you want, but just so you know, help is on its way π
I'm doing the same thing to the admin too, where in a few months we can all hopefully share the same minimalistic, mobile-first reactive UI with Hotwire/StimulusReflex.