https://github.com/joshuajansen/bulma-rails
Follow the installation steps:
For a fresh Rails application
- Add
gem "bulma-rails", "~> 1.0.0" to your application's Gemfile
- Run
./bin/bundle add dartsass-rails
- Run
./bin/rails dartsass:install
- Delete default entry point
rm app/assets/stylesheets/application.css
I have some additional, harder-to-share notes that may assist with this. Please get in touch with me if you think they might be helpful.