We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a837e49 commit 4f8c346Copy full SHA for 4f8c346
1 file changed
README.md
@@ -138,9 +138,7 @@ $navbar-default-color: $light-orange;
138
You can also import components explicitly. To start with a full list of modules copy this file from the gem:
139
140
```bash
141
-# copy and prepend "bootstrap/" to the @import paths:
142
-sed 's/@import "/@import "bootstrap\//' \
143
- $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss > \
+cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss \
144
app/assets/stylesheets/bootstrap-custom.scss
145
```
146
Comment out components you do not want from `bootstrap-custom`.
0 commit comments