zurb-foundation 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/docs/_sidebar-components.html.erb +2 -2
- data/docs/_sidebar.html.erb +2 -2
- data/docs/_zurb-jobs.html.erb +2 -2
- data/docs/compile.rb +24 -33
- data/docs/components/block-grid.html.erb +3 -0
- data/docs/components/dropdown.html.erb +1 -1
- data/docs/components/grid.html.erb +1 -1
- data/docs/components/joyride.html.erb +1 -1
- data/docs/components/reveal.html.erb +24 -23
- data/docs/components/section.html.erb +126 -17
- data/docs/controller.rb +9 -7
- data/docs/faq.html.erb +1 -1
- data/docs/index.html.erb +28 -30
- data/docs/javascript.html.erb +4 -4
- data/docs/rails.html.erb +1 -1
- data/docs/support.html.erb +64 -56
- data/js/foundation/foundation.dropdown.js +1 -1
- data/js/foundation/foundation.reveal.js +10 -8
- data/js/foundation/foundation.section.js +5 -2
- data/js/foundation/foundation.topbar.js +1 -1
- data/lib/foundation/version.rb +1 -1
- data/scss/foundation/_foundation-global.scss +2 -0
- data/scss/foundation/components/_block-grid.scss +18 -15
- data/scss/foundation/components/_button-groups.scss +1 -1
- data/scss/foundation/components/_custom-forms.scss +1 -0
- data/scss/foundation/components/_keystrokes.scss +1 -1
- data/scss/foundation/components/_reveal.scss +1 -1
- data/scss/foundation/components/_section.scss +1 -1
- data/scss/foundation/components/_top-bar.scss +7 -5
- data/scss/foundation/components/_type.scss +14 -6
- data/templates/project/index.html +3 -2
- data/templates/project/scss/_settings.scss +981 -0
- data/templates/project/scss/app.scss +35 -35
- metadata +4 -4
@@ -7,39 +7,39 @@
|
|
7
7
|
// Import specific parts of Foundation by commenting the import "foundation"
|
8
8
|
// and uncommenting what you want below. You must uncomment the following if customizing
|
9
9
|
|
10
|
-
// @import
|
11
|
-
//
|
12
|
-
//
|
13
|
-
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
//
|
17
|
-
//
|
18
|
-
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
//
|
22
|
-
//
|
23
|
-
//
|
24
|
-
//
|
25
|
-
//
|
26
|
-
//
|
27
|
-
//
|
28
|
-
//
|
29
|
-
//
|
30
|
-
//
|
31
|
-
//
|
32
|
-
//
|
33
|
-
//
|
34
|
-
//
|
35
|
-
//
|
36
|
-
//
|
37
|
-
//
|
38
|
-
//
|
39
|
-
//
|
40
|
-
//
|
41
|
-
//
|
42
|
-
//
|
43
|
-
//
|
44
|
-
//
|
10
|
+
// @import "foundation/foundation-global";
|
11
|
+
// @import "foundation/components/grid";
|
12
|
+
// @import "foundation/components/visibility";
|
13
|
+
// @import "foundation/components/block-grid";
|
14
|
+
// @import "foundation/components/type";
|
15
|
+
// @import "foundation/components/buttons";
|
16
|
+
// @import "foundation/components/forms";
|
17
|
+
// @import "foundation/components/custom-forms";
|
18
|
+
// @import "foundation/components/button-groups";
|
19
|
+
// @import "foundation/components/dropdown-buttons";
|
20
|
+
// @import "foundation/components/split-buttons";
|
21
|
+
// @import "foundation/components/flex-video";
|
22
|
+
// @import "foundation/components/section";
|
23
|
+
// @import "foundation/components/top-bar";
|
24
|
+
// @import "foundation/components/orbit";
|
25
|
+
// @import "foundation/components/reveal";
|
26
|
+
// @import "foundation/components/joyride";
|
27
|
+
// @import "foundation/components/clearing";
|
28
|
+
// @import "foundation/components/alert-boxes";
|
29
|
+
// @import "foundation/components/breadcrumbs";
|
30
|
+
// @import "foundation/components/keystrokes";
|
31
|
+
// @import "foundation/components/labels";
|
32
|
+
// @import "foundation/components/inline-lists";
|
33
|
+
// @import "foundation/components/pagination";
|
34
|
+
// @import "foundation/components/panels";
|
35
|
+
// @import "foundation/components/pricing-tables";
|
36
|
+
// @import "foundation/components/progress-bars";
|
37
|
+
// @import "foundation/components/side-nav";
|
38
|
+
// @import "foundation/components/sub-nav";
|
39
|
+
// @import "foundation/components/switch";
|
40
|
+
// @import "foundation/components/magellan";
|
41
|
+
// @import "foundation/components/tables";
|
42
|
+
// @import "foundation/components/thumbs";
|
43
|
+
// @import "foundation/components/tooltips";
|
44
|
+
// @import "foundation/components/dropdown";
|
45
45
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zurb-foundation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -228,7 +228,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
228
228
|
version: '0'
|
229
229
|
segments:
|
230
230
|
- 0
|
231
|
-
hash:
|
231
|
+
hash: 450139252530981531
|
232
232
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
233
233
|
none: false
|
234
234
|
requirements:
|
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
version: '0'
|
238
238
|
segments:
|
239
239
|
- 0
|
240
|
-
hash:
|
240
|
+
hash: 450139252530981531
|
241
241
|
requirements: []
|
242
242
|
rubyforge_project:
|
243
243
|
rubygems_version: 1.8.23
|