mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Version 2.1.1
This commit is contained in:
parent
8d00a6e87f
commit
7683418d92
5 changed files with 12 additions and 5 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
# 2.1.1.0
|
||||
* Update to Bootstrap 2.1.1
|
||||
* [#222] Remove 100% multiplier in vertical-three-colours
|
||||
* [#227] Fix IE component animation collapse
|
||||
* [#228] Fix variables documentation link
|
||||
* [#231] Made .input-block-level a class as well as mixin
|
||||
|
||||
# 2.1.0.1
|
||||
* [#219] Fix expected a color. Got: transparent.
|
||||
* [#207] Add missing warning style for table row highlighting
|
||||
|
|
|
@ -13,7 +13,7 @@ Enjoy.
|
|||
In your Gemfile:
|
||||
|
||||
gem 'sass-rails', '~> 3.1'
|
||||
gem 'bootstrap-sass', '~> 2.1.0.1'
|
||||
gem 'bootstrap-sass', '~> 2.1.1.0'
|
||||
|
||||
#### CSS
|
||||
|
||||
|
@ -92,7 +92,7 @@ Bootstrap [claims](https://github.com/twitter/bootstrap#versioning) to use SemVe
|
|||
|
||||
### Bundler?
|
||||
|
||||
gem 'bootstrap-sass', '~> 2.1.0.1'
|
||||
gem 'bootstrap-sass', '~> 2.1.1.0'
|
||||
|
||||
Don't use the standard `~> 2.1.x`. Your apps may break.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "bootstrap-sass"
|
||||
s.version = '2.1.0.1'
|
||||
s.version = '2.1.1.0'
|
||||
s.authors = ["Thomas McDonald"]
|
||||
s.email = 'tom@conceptcoding.co.uk'
|
||||
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Bootstrap Responsive v2.1.0
|
||||
// Bootstrap Responsive v2.1.1
|
||||
//
|
||||
// Copyright 2012 Twitter, Inc
|
||||
// Licensed under the Apache License v2.0
|
||||
|
|
2
vendor/assets/stylesheets/_bootstrap.scss
vendored
2
vendor/assets/stylesheets/_bootstrap.scss
vendored
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Bootstrap v2.1.0
|
||||
// Bootstrap v2.1.1
|
||||
//
|
||||
// Copyright 2012 Twitter, Inc
|
||||
// Licensed under the Apache License v2.0
|
||||
|
|
Loading…
Reference in a new issue