We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f92e0 commit ce9dfc2Copy full SHA for ce9dfc2
README.md
@@ -24,7 +24,7 @@ Add `bootstrap` to your Gemfile:
24
gem 'bootstrap', '~> 5.3.3'
25
```
26
27
-This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:
+This gem requires a Sass engine, so make sure you have **one** of these 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
0 commit comments