Open clgroft opened 5 years ago
Alternately, since there aren't any SCSS files in the project, we might not even need sass-rails
.
yeah, this is what I get for doing rails new
and not bothering to configure it much -- lots of stuff we don't need. Probably safe to remove.
Running
bundle install
on a fresh repo, I saw the following:Looking at https://github.com/rails/sass-rails/issues/420, it seems that version 6.0 of the
sass-rails
gem will be a wrapper forsassc-rails
. We could wait for the new version or switch tosassc-rails
now. I don't have enough context yet to know which makes more sense.