Skip to content

Instantly share code, notes, and snippets.

@rubyandcoffee
rubyandcoffee / Bootstrap - Rails 7
Last active June 25, 2024 00:37
Bootstrap with Rails 7
Adding Bootstrap to Rails 7
Reference: https://www.linkedin.com/pulse/rails-7-bootstrap-52-importmap-md-habibur-rahman-habib/
INSTRUCTIONS
1. Add the following to Gemfile:
gem "bootstrap"
gem "sassc-rails"