From d12de5fdfbfa5068d25de2dc5412a75f1655a19c Mon Sep 17 00:00:00 2001 From: Enrico Grillo Date: Wed, 24 Jan 2024 18:44:02 -0500 Subject: [PATCH] Add file extension to import documentation Since switching the stylesheet to plain CSS, the import for SCSS projects now needs to include the file extension to work correctly. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc18ed5..627faa2f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you use Rails in the default mode without any pre-processor, you'll have to a If you followed the [official bootstrap installation guide](https://github.com/twbs/bootstrap-rubygem#a-ruby-on-rails), you'll probably have switched to SCSS. In this case add the following line to your `application.scss`: ```scss -@import "rails_bootstrap_forms"; +@import "rails_bootstrap_forms.css"; ``` ## Usage