Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-12-11 14:49:28 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-12-11 14:49:28 +0400
commitb9bb1967d3e8c3e0f95a6253273affbd6e80eba9 (patch)
treec571e5bb3d0a9f64f2df04ac3ca8102dfd56ed66
parent3185802fa1d348297b2dd93ed41c477717850b0e (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 968d5034..32f9b28a 100644
--- a/README.md
+++ b/README.md
@@ -112,8 +112,8 @@ You can also include optional bootstrap theme:
@import "bootstrap/theme";
```
-The full list of bootstrap variables can be found [here](http://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive.
-For example:
+The full list of bootstrap variables can be found [here](http://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive, e.g.:
+
```scss
$navbar-default-bg: #312312;
$light-orange: #ff8c00;
@@ -126,7 +126,7 @@ You can also import components explicitly. To start with a full list of modules
```bash
cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap/bootstrap.scss \
- vendor/assets/stylesheets/bootstrap-custom.scss
+ app/assets/stylesheets/bootstrap-custom.scss
```
In your `application.sass`, replace `@import 'bootstrap'` with: