mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
3.0.0.0.rc - finally
This commit is contained in:
parent
dc1022ef2c
commit
e551ce0a8f
2 changed files with 3 additions and 11 deletions
12
README.md
12
README.md
|
@ -16,15 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
|
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
|
||||||
gem 'bootstrap-sass', '~> 2.3.2.1'
|
gem 'bootstrap-sass', '~> 3.0.0.0.rc'
|
||||||
```
|
|
||||||
|
|
||||||
If you would like to use the beta Bootstrap 3 version of bootstrap-sass, use the master branch:
|
|
||||||
|
|
||||||
```ruby
|
|
||||||
# Experimental Bootstrap 3.0 beta -- use at your own risk.
|
|
||||||
gem 'sass-rails', '>= 3.2'
|
|
||||||
gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
`bundle install` and restart your server to make the files available through the pipeline.
|
`bundle install` and restart your server to make the files available through the pipeline.
|
||||||
|
@ -33,7 +25,7 @@ gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass'
|
||||||
|
|
||||||
Install the gem
|
Install the gem
|
||||||
```console
|
```console
|
||||||
gem install bootstrap-sass
|
gem install bootstrap-sass --pre
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have an existing Compass project:
|
If you have an existing Compass project:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Bootstrap
|
module Bootstrap
|
||||||
VERSION = '3.0.0.0'
|
VERSION = '3.0.0.0.rc'
|
||||||
BOOTSTRAP_SHA = 'e8a1df5f060bf7e6631554648e0abde150aedbe4'
|
BOOTSTRAP_SHA = 'e8a1df5f060bf7e6631554648e0abde150aedbe4'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue