From bb9d03d75085ac375d332e6b5074eb2cfd9e9686 Mon Sep 17 00:00:00 2001 From: BobRazowski Date: Mon, 27 Jul 2015 18:22:42 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 092e186c..ccf09f9a 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ it may come with a `.css` file instead. If this file exists, it will be served i $ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss ``` -Then, remove all the `//= require` and `//= require_tree` statements from the file. Instead, use `@import` to import Sass files. +Then, remove all the `*= require_self` and `*= require_tree .` statements from the sass file. Instead, use `@import` to import Sass files. -Do not use `//= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables. +Do not use `*= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables. Require Bootstrap Javascripts in `app/assets/javascripts/application.js`: