summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap-sass-official/README.md')
-rw-r--r--bower_components/bootstrap-sass-official/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/bower_components/bootstrap-sass-official/README.md b/bower_components/bootstrap-sass-official/README.md
index a5180d32..092e186c 100644
--- a/bower_components/bootstrap-sass-official/README.md
+++ b/bower_components/bootstrap-sass-official/README.md
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
-gem 'bootstrap-sass', '~> 3.3.4'
+gem 'bootstrap-sass', '~> 3.3.5'
gem 'sass-rails', '>= 3.2'
```
@@ -142,7 +142,7 @@ If this happens, change the import order so that Compass mixins are loaded later
### c. Bower
-bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
+bootstrap-sass Bower package is compatible with node-sass 3.2.0+. You can install it with:
```console
$ bower install bootstrap-sass
@@ -275,7 +275,7 @@ $navbar-default-color: $light-orange;
## Version
Bootstrap for Sass version may differ from the upstream version in the last number, known as
-[MINOR](http://semver.org/spec/v2.0.0.html). The minor version may be ahead of the corresponding upstream minor.
+[PATCH](http://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor.
This happens when we need to release Sass-specific changes.
Before v3.3.2, Bootstrap for Sass version used to reflect the upstream version, with an additional number for
@@ -285,6 +285,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
| Upstream | Sass |
|---------:|--------:|
+| 3.3.5 | 3.3.5 |
| 3.3.4 | 3.3.4 |
| 3.3.2 | 3.3.3 |
| <= 3.3.1 | 3.3.1.x |