Skip to content

Commit a661dc8

Browse files
committed
[typo]: Make sure do this -> Make sure you do this
1 parent 544b3be commit a661dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A common issue is that your repository does not contain the output directory use
5151

5252
### How do I avoid `ActionView::Template::Error: Error: Function rgb is missing argument $green`?
5353

54-
This might happen if your Gemfile.lock contains the legacy `sassc-rails`, which might be needed while progressively migrating your project, or which might be a transitive dependency of a gem your project depends on and over which you have no control. In this case, prevent Sprockets from bundling the CSS on top of the bundling already performed by this gem. Make sure do this for all environments, not only production, otherwise your test suite may fail.
54+
This might happen if your Gemfile.lock contains the legacy `sassc-rails`, which might be needed while progressively migrating your project, or which might be a transitive dependency of a gem your project depends on and over which you have no control. In this case, prevent Sprockets from bundling the CSS on top of the bundling already performed by this gem. Make sure you do this for all environments, not only production, otherwise your test suite may fail.
5555

5656
```
5757
# config/initializers/assets.rb

0 commit comments

Comments
 (0)