Skip to content

Commit 51396a3

Browse files
Matija Čupićglebm
authored andcommitted
Add notes about new SASS processors in README
1 parent b667cfb commit 51396a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ gem 'bootstrap', '~> 5.3.2'
2626

2727
This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:
2828
- [`dartsass-sprockets`](https://github.com/tablecheck/dartsass-sprockets): Dart Sass engine, recommended but only works for Ruby 2.6+ and Rails 5+
29+
- [`dartsass-rails`](https://github.com/rails/dartsass-rails): Dart Sass engine, recommended for Rails projects that use Propshaft
30+
- [`cssbundling-rails`](https://github.com/rails/cssbundling-rails): External Sass engine
2931
- [`sassc-rails`](https://github.com/sass/sassc-rails): SassC engine, deprecated but compatible with Ruby 2.3+ and Rails 4
3032

3133
Also ensure that `sprockets-rails` is at least v2.3.2.

0 commit comments

Comments
 (0)