From e8f19f5ba1110954a51db379e03437cbd11d2209 Mon Sep 17 00:00:00 2001 From: Vincent Gicheru Date: Tue, 16 Sep 2025 13:28:04 +0300 Subject: [PATCH] Fix README typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d04be..34cdd8d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ A common issue is that your repository does not contain the output directory use ### How do I avoid `ActionView::Template::Error: Error: Function rgb is missing argument $green`? -This might happen if your Gemfile.lock contains the legacy `sassc-rails`, which might be need 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. +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. ``` # config/initializers/assets.rb