We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b667cfb commit 51396a3Copy full SHA for 51396a3
1 file changed
README.md
@@ -26,6 +26,8 @@ gem 'bootstrap', '~> 5.3.2'
26
27
This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:
28
- [`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
31
- [`sassc-rails`](https://github.com/sass/sassc-rails): SassC engine, deprecated but compatible with Ruby 2.3+ and Rails 4
32
33
Also ensure that `sprockets-rails` is at least v2.3.2.
0 commit comments