Skip to content

Commit e1179d3

Browse files
committed
Readme: Compatible with node-sass 3.2.0+
Also fix a mistake in version description: MINOR -> PATCH.
1 parent 9eda0c7 commit e1179d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If this happens, change the import order so that Compass mixins are loaded later
142142
143143
### c. Bower
144144
145-
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
145+
bootstrap-sass Bower package is compatible with node-sass 3.2.0+. You can install it with:
146146
147147
```console
148148
$ bower install bootstrap-sass
@@ -275,7 +275,7 @@ $navbar-default-color: $light-orange;
275275
## Version
276276

277277
Bootstrap for Sass version may differ from the upstream version in the last number, known as
278-
[MINOR](http://semver.org/spec/v2.0.0.html). The minor version may be ahead of the corresponding upstream minor.
278+
[PATCH](http://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor.
279279
This happens when we need to release Sass-specific changes.
280280

281281
Before v3.3.2, Bootstrap for Sass version used to reflect the upstream version, with an additional number for

0 commit comments

Comments
 (0)