Skip to content

Commit aa9dec1

Browse files
committed
Use import without .css
1 parent 6bfa5f7 commit aa9dec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you use Rails in the default mode without any pre-processor, you'll have to a
5959
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`:
6060

6161
```scss
62-
@import "rails_bootstrap_forms.css";
62+
@import "rails_bootstrap_forms";
6363
```
6464

6565
## Usage

0 commit comments

Comments
 (0)