Bootstrap as a Service
When the #nobuild approach to Rails was announced, I started wondering how I could still use Bootstrap.
I wrote a blog post on how you can use Bootstrap
with Rails 7+ with importmaps and without nodejs,
but this still requires dartsass-sprockets
to compile the SCSS files.
Most of the times I don’t need to customize Bootstrap too much, so I realized Bootstrap as a Service for fun.
Check it out and let me know what you think!