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>2014-02-06 04:24:47 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-02-06 04:25:06 +0400
commit4f8c3465477a2e27a7197ac9493817d4c101b867 (patch)
tree9e309fa670a3cf201cb75949db2996a8d4dce1e8
parenta837e495f8e26e7e04893a4cf93d01117ba39138 (diff)
readme: simpler copy commandv3.1.0+2
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 111941f6..2d77101f 100644
--- a/README.md
+++ b/README.md
@@ -138,9 +138,7 @@ $navbar-default-color: $light-orange;
You can also import components explicitly. To start with a full list of modules copy this file from the gem:
```bash
-# copy and prepend "bootstrap/" to the @import paths:
-sed 's/@import "/@import "bootstrap\//' \
- $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss > \
+cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss \
app/assets/stylesheets/bootstrap-custom.scss
```
Comment out components you do not want from `bootstrap-custom`.