We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb14b57 commit 30e4345Copy full SHA for 30e4345
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.1.0.0
4
+* Updated to Bootstrap 2.1
5
+* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
6
+
7
## 2.0.4.1
8
* Fix `.row-fluid > spanX` nesting
9
* Small Javascript fixes for those staying on the 2.0.4 release
README.md
@@ -13,7 +13,7 @@ Enjoy.
13
In your Gemfile:
14
15
gem 'sass-rails', '~> 3.1'
16
- gem 'bootstrap-sass', '~> 2.0.4.1'
+ gem 'bootstrap-sass', '~> 2.1.0.0'
17
18
#### CSS
19
0 commit comments