|
6 | 6 |
|
7 | 7 | `bootstrap-sass` is a Sass-powered version of [Bootstrap](https://github.com/twbs/bootstrap) 3, ready to drop right into your Sass powered applications.
|
8 | 8 |
|
9 |
| -This is Bootstrap 3. For Bootstrap 4 use the [Bootstrap Ruby gem](http://github.com/twbs/bootstrap-rubygem) if you use Ruby, and the [main repo](http://github.com/twbs/bootstrap) otherwise. |
| 9 | +This is Bootstrap 3. For Bootstrap 4 use the [Bootstrap Ruby gem](https://github.com/twbs/bootstrap-rubygem) if you use Ruby, and the [main repo](https://github.com/twbs/bootstrap) otherwise. |
10 | 10 |
|
11 | 11 | ## Installation
|
12 | 12 |
|
@@ -222,9 +222,9 @@ When using Ruby Sass compiler standalone or with the Bower version you can set i
|
222 | 222 | ### Sass: Autoprefixer
|
223 | 223 |
|
224 | 224 | Bootstrap requires the use of [Autoprefixer][autoprefixer].
|
225 |
| -[Autoprefixer][autoprefixer] adds vendor prefixes to CSS rules using values from [Can I Use](http://caniuse.com/). |
| 225 | +[Autoprefixer][autoprefixer] adds vendor prefixes to CSS rules using values from [Can I Use](https://caniuse.com/). |
226 | 226 |
|
227 |
| -To match [upstream Bootstrap's level of browser compatibility](http://getbootstrap.com/getting-started/#support), set Autoprefixer's `browsers` option to: |
| 227 | +To match [upstream Bootstrap's level of browser compatibility](https://getbootstrap.com/getting-started/#support), set Autoprefixer's `browsers` option to: |
228 | 228 | ```json
|
229 | 229 | [
|
230 | 230 | "Android 2.3",
|
@@ -295,7 +295,7 @@ You can also include optional Bootstrap theme:
|
295 | 295 | @import "bootstrap/theme";
|
296 | 296 | ```
|
297 | 297 |
|
298 |
| -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.: |
| 298 | +The full list of Bootstrap variables can be found [here](https://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive, e.g.: |
299 | 299 |
|
300 | 300 | ```scss
|
301 | 301 | $navbar-default-bg: #312312;
|
@@ -324,7 +324,7 @@ or import only the parts of Bootstrap you need:
|
324 | 324 | ## Version
|
325 | 325 |
|
326 | 326 | Bootstrap for Sass version may differ from the upstream version in the last number, known as
|
327 |
| -[PATCH](http://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor. |
| 327 | +[PATCH](https://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor. |
328 | 328 | This happens when we need to release Sass-specific changes.
|
329 | 329 |
|
330 | 330 | Before v3.3.2, Bootstrap for Sass version used to reflect the upstream version, with an additional number for
|
@@ -395,7 +395,7 @@ Michael Hartl's [Rails Tutorial](https://www.railstutorial.org/), [gitlabhq](htt
|
395 | 395 | [version]: https://github.com/twbs/bootstrap-sass/blob/master/lib/bootstrap-sass/version.rb
|
396 | 396 | [contrib]: https://github.com/twbs/bootstrap-sass/graphs/contributors
|
397 | 397 | [antirequire]: https://github.com/twbs/bootstrap-sass/issues/79#issuecomment-4428595
|
398 |
| -[jsdocs]: http://getbootstrap.com/javascript/#transitions |
| 398 | +[jsdocs]: https://getbootstrap.com/javascript/#transitions |
399 | 399 | [sass-precision]: http://sass-lang.com/documentation/Sass/Script/Value/Number.html#precision%3D-class_method
|
400 | 400 | [mincer]: https://github.com/nodeca/mincer
|
401 | 401 | [autoprefixer]: https://github.com/postcss/autoprefixer
|
0 commit comments