Skip to content

Commit 0239401

Browse files
author
David Heinemeier Hansson
committed
Stop recommending sassc-rails. Its been deprecated, and we have dartsass-rails now instead.
1 parent e745268 commit 0239401

File tree

1 file changed

+0
-5
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+0
-5
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
2222
# Reduces boot times through caching; required in config/boot.rb
2323
gem "bootsnap", require: false
2424
<% end -%>
25-
<% unless skip_sprockets? || options.minimal? -%>
26-
27-
# Use Sass to process CSS
28-
# gem "sassc-rails"
29-
<% end -%>
3025
<% unless skip_active_storage? -%>
3126

3227
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]

0 commit comments

Comments
 (0)