Skip to content

Commit 6d3ffdf

Browse files
committed
Readme: Sprockets require and Sass typo
Backport twbs/bootstrap-sass#947
1 parent f5594d5 commit 6d3ffdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ it may come with a `.css` file instead. If this file exists, it will be served i
3838
$ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss
3939
```
4040

41-
Then, remove all the `//= require` and `//= require_tree` statements from the file. Instead, use `@import` to import Sass files.
41+
Then, remove all the `*= require` and `*= require_tree` statements from the Sass file. Instead, use `@import` to import Sass files.
4242

43-
Do not use `//= require` in Sass or your other stylesheets will not be able to access the Bootstrap mixins and variables.
43+
Do not use `*= require` in Sass or your other stylesheets will not be able to access the Bootstrap mixins and variables.
4444

4545
Require Bootstrap Javascripts in `app/assets/javascripts/application.js`:
4646

0 commit comments

Comments
 (0)