I am trying to completely remove Sprockets from a Rails 6.1.3.2 with Ruby 3.0 project
One of the Stackoverflow question/answers said that I need to remove the sass-rails gem from the Gemfile.
Per the sass-rails gem Github repo:
This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
So, why would it have to be removed if I wanted to write .scss stylesheets instead of .css stylesheets?