You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a new Compass project with the following files in it:
150
-
151
-
* [styles.sass](/templates/project/styles.sass) - main project Sass file, imports Bootstrap and variables.
152
-
* [_bootstrap-variables.sass](/templates/project/_bootstrap-variables.sass) - all of Bootstrap variables, override them here.
153
-
154
-
Some bootstrap-sass mixins may conflict with the Compass ones.
155
-
If this happens, change the import order so that Compass mixins are loaded later.
156
-
157
-
### c. Bower
114
+
### b. Bower
158
115
159
116
bootstrap-sass Bower package is compatible with node-sass 3.2.0+. You can install it with:
160
117
@@ -187,7 +144,7 @@ In `application.js`:
187
144
188
145
See also this [example manifest.js](/test/dummy_node_mincer/manifest.js) for mincer.
189
146
190
-
### d. npm / Node.js
147
+
### c. npm / Node.js
191
148
```console
192
149
$ npm install bootstrap-sass
193
150
```
@@ -212,8 +169,8 @@ In the application Sass file, replace `@import 'bootstrap'` with:
212
169
213
170
bootstrap-sass [requires](https://github.com/twbs/bootstrap-sass/issues/409) minimum [Sass number precision][sass-precision] of 8 (default is 5).
214
171
215
-
Precision is set for Rails and Compass automatically.
216
-
When using Ruby Sass compiler standalone or with the Bower version you can set it with:
172
+
Precision is set for Ruby automatically when using the `sassc-rails` gem.
173
+
When using the npm or Bower version with Ruby, you can set it with:
0 commit comments