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 ac4ddb6 commit 352ca31Copy full SHA for 352ca31
CHANGELOG.md
@@ -3,6 +3,9 @@ We'll keep you up to date with what we've released so you at least have a gist o
3
4
---
5
6
+### 3.2.2- November 10, 2012
7
+This patch fixes a typo found in the tabs plugin.
8
+
9
### 3.2.1- November 9, 2012
10
This patch include bug fixes for various elements, such as:
11
* Adding a missing line for mqueries.scss into app.scss
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
specs:
- zurb-foundation (3.2.1)
+ zurb-foundation (3.2.2)
compass (>= 0.12.2)
modular-scale (>= 1.0.2)
rake
lib/foundation/version.rb
@@ -1,3 +1,3 @@
module Foundation
- VERSION = "3.2.1"
+ VERSION = "3.2.2"
end
0 commit comments