Skip to content

Commit 4322260

Browse files
committed
Readme: bootstrap-sass-official -> bootstrap-sass #813
1 parent 4cb30ad commit 4322260

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bootstrap for Sass [![Gem Version](https://badge.fury.io/rb/bootstrap-sass.svg)](http://badge.fury.io/rb/bootstrap-sass) [![Bower Version](https://badge.fury.io/bo/bootstrap-sass-official.svg)](http://badge.fury.io/bo/bootstrap-sass-official) [![Build Status](http://img.shields.io/travis/twbs/bootstrap-sass.svg)](http://travis-ci.org/twbs/bootstrap-sass)
1+
# Bootstrap for Sass [![Gem Version](https://badge.fury.io/rb/bootstrap-sass.svg)](http://badge.fury.io/rb/bootstrap-sass) [![Bower Version](https://badge.fury.io/bo/bootstrap-sass.svg)](http://badge.fury.io/bo/bootstrap-sass) [![Build Status](http://img.shields.io/travis/twbs/bootstrap-sass.svg)](http://travis-ci.org/twbs/bootstrap-sass)
22

33
`bootstrap-sass` is a Sass-powered version of [Bootstrap](http://github.com/twbs/bootstrap), ready to drop right into your Sass powered applications.
44

@@ -67,7 +67,7 @@ root.join('vendor', 'assets', 'bower_components').to_s.tap do |bower_path|
6767
config.assets.paths << bower_path
6868
end
6969
# Precompile Bootstrap fonts
70-
config.assets.precompile << %r(bootstrap-sass/assets/fonts/bootstrap/[\w-]+\.(?:eot|svg|ttf|woff)$)
70+
config.assets.precompile << %r(bootstrap-sass/assets/fonts/bootstrap/[\w-]+\.(?:eot|svg|ttf|woff2?)$)
7171
# Minimum Sass number precision required by bootstrap-sass
7272
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
7373
```
@@ -141,11 +141,9 @@ If this happens, change the import order so that Compass mixins are loaded later
141141
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
142142
143143
```console
144-
$ bower install bootstrap-sass-official
144+
$ bower install bootstrap-sass
145145
```
146146
147-
`bootstrap-sass` is taken so make sure you use the command above.
148-
149147
Sass, JS, and all other assets are located at [assets](/assets).
150148
151149
By default, `bower.json` main field list only the main `_bootstrap.scss` and all the static assets (fonts and JS).

0 commit comments

Comments
 (0)