zurb-foundation 4.2.1 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. data/Gemfile.lock +2 -2
  2. data/README.md +9 -1
  3. data/composer.json +9 -0
  4. data/docs/CHANGELOG.md +19 -5
  5. data/docs/components/alert-boxes.html.erb +19 -19
  6. data/docs/components/breadcrumbs.html.erb +15 -15
  7. data/docs/components/buttons.html.erb +19 -19
  8. data/docs/components/clearing.html.erb +13 -13
  9. data/docs/components/dropdown-buttons.html.erb +13 -13
  10. data/docs/components/dropdown.html.erb +18 -18
  11. data/docs/components/flex-video.html.erb +3 -3
  12. data/docs/components/forms.html.erb +39 -39
  13. data/docs/components/grid.html.erb +1 -1
  14. data/docs/components/inline-lists.html.erb +5 -5
  15. data/docs/components/joyride.html.erb +18 -18
  16. data/docs/components/keystrokes.html.erb +10 -10
  17. data/docs/components/kitchen-sink.html.erb +1 -1
  18. data/docs/components/labels.html.erb +2 -2
  19. data/docs/components/pagination.html.erb +17 -17
  20. data/docs/components/panels.html.erb +13 -10
  21. data/docs/components/pricing-tables.html.erb +30 -30
  22. data/docs/components/reveal.html.erb +14 -14
  23. data/docs/components/section.html.erb +15 -15
  24. data/docs/components/side-nav.html.erb +9 -9
  25. data/docs/components/split-buttons.html.erb +23 -23
  26. data/docs/components/sub-nav.html.erb +11 -11
  27. data/docs/components/switch.html.erb +24 -24
  28. data/docs/components/tables.html.erb +15 -15
  29. data/docs/components/thumbnails.html.erb +5 -5
  30. data/docs/components/tooltips.html.erb +18 -18
  31. data/docs/components/top-bar.html.erb +39 -39
  32. data/docs/components/type.html.erb +63 -63
  33. data/docs/css/docs.scss +3 -1
  34. data/docs/img/favicons/apple-touch-icon-114x114-precomposed.png +0 -0
  35. data/docs/img/favicons/apple-touch-icon-144x144-precomposed.png +0 -0
  36. data/docs/img/favicons/apple-touch-icon-72x72-precomposed.png +0 -0
  37. data/docs/img/favicons/apple-touch-icon-precomposed.png +0 -0
  38. data/docs/img/favicons/favicon.ico +0 -0
  39. data/docs/layout.html.erb +10 -1
  40. data/docs/sass.html.erb +258 -292
  41. data/js/foundation/foundation.alerts.js +3 -3
  42. data/js/foundation/foundation.clearing.js +5 -5
  43. data/js/foundation/foundation.dropdown.js +1 -1
  44. data/js/foundation/foundation.forms.js +23 -14
  45. data/js/foundation/foundation.interchange.js +8 -8
  46. data/js/foundation/foundation.joyride.js +2 -2
  47. data/js/foundation/foundation.js +2 -2
  48. data/js/foundation/foundation.magellan.js +4 -2
  49. data/js/foundation/foundation.orbit.js +2 -2
  50. data/js/foundation/foundation.placeholder.js +21 -1
  51. data/js/foundation/foundation.reveal.js +3 -3
  52. data/js/foundation/foundation.section.js +4 -3
  53. data/js/foundation/foundation.tooltips.js +2 -2
  54. data/js/foundation/foundation.topbar.js +8 -8
  55. data/js/foundation/index.js +1 -1
  56. data/js/vendor/jquery.js +4412 -4202
  57. data/js/vendor/zepto.js +116 -0
  58. data/lib/foundation/sprockets.rb +4 -0
  59. data/lib/foundation/version.rb +1 -1
  60. data/lib/zurb-foundation.rb +6 -2
  61. data/scss/foundation/_variables.scss +56 -55
  62. data/scss/foundation/components/_alert-boxes.scss +20 -20
  63. data/scss/foundation/components/_block-grid.scss +1 -1
  64. data/scss/foundation/components/_breadcrumbs.scss +15 -15
  65. data/scss/foundation/components/_buttons.scss +23 -21
  66. data/scss/foundation/components/_clearing.scss +14 -13
  67. data/scss/foundation/components/_custom-forms.scss +35 -35
  68. data/scss/foundation/components/_dropdown-buttons.scss +13 -13
  69. data/scss/foundation/components/_dropdown.scss +19 -18
  70. data/scss/foundation/components/_flex-video.scss +3 -3
  71. data/scss/foundation/components/_forms.scss +40 -40
  72. data/scss/foundation/components/_grid.scss +1 -1
  73. data/scss/foundation/components/_inline-lists.scss +4 -4
  74. data/scss/foundation/components/_joyride.scss +16 -16
  75. data/scss/foundation/components/_keystrokes.scss +10 -10
  76. data/scss/foundation/components/_labels.scss +3 -3
  77. data/scss/foundation/components/_pagination.scss +17 -17
  78. data/scss/foundation/components/_panels.scss +21 -18
  79. data/scss/foundation/components/_pricing-tables.scss +30 -30
  80. data/scss/foundation/components/_reveal.scss +14 -14
  81. data/scss/foundation/components/_section.scss +16 -16
  82. data/scss/foundation/components/_side-nav.scss +9 -9
  83. data/scss/foundation/components/_split-buttons.scss +23 -23
  84. data/scss/foundation/components/_sub-nav.scss +11 -11
  85. data/scss/foundation/components/_switch.scss +23 -23
  86. data/scss/foundation/components/_tables.scss +15 -15
  87. data/scss/foundation/components/_thumbs.scss +5 -5
  88. data/scss/foundation/components/_tooltips.scss +17 -17
  89. data/scss/foundation/components/_top-bar.scss +37 -37
  90. data/scss/foundation/components/_type.scss +63 -63
  91. data/templates/upgrade/manifest.rb +2 -3
  92. metadata +11 -4
@@ -4,30 +4,30 @@
4
4
  $include-html-table-classes: $include-html-classes !default;
5
5
 
6
6
  // These control the background color for the table and even rows
7
- $table-bg: #fff !default;
8
- $table-even-row-bg: #f9f9f9 !default;
7
+ $table-bg: #fff !default;
8
+ $table-even-row-bg: #f9f9f9 !default;
9
9
 
10
10
  // These control the table cell border style
11
- $table-border-style: solid !default;
12
- $table-border-size: 1px !default;
13
- $table-border-color: #ddd !default;
11
+ $table-border-style: solid !default;
12
+ $table-border-size: 1px !default;
13
+ $table-border-color: #ddd !default;
14
14
 
15
15
  // These control the table head styles
16
- $table-head-bg: #f5f5f5 !default;
17
- $table-head-font-size: emCalc(14px) !default;
18
- $table-head-font-color: #222 !default;
16
+ $table-head-bg: #f5f5f5 !default;
17
+ $table-head-font-size: emCalc(14px) !default;
18
+ $table-head-font-color: #222 !default;
19
19
  $table-head-font-weight: bold !default;
20
- $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px) !default;
20
+ $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px) !default;
21
21
 
22
22
  // These control the row padding and font styles
23
- $table-row-padding: emCalc(9px) emCalc(10px) !default;
24
- $table-row-font-size: emCalc(14px) !default;
25
- $table-row-font-color: #222 !default;
26
- $table-line-height: emCalc(18px) !default;
23
+ $table-row-padding: emCalc(9px) emCalc(10px) !default;
24
+ $table-row-font-size: emCalc(14px) !default;
25
+ $table-row-font-color: #222 !default;
26
+ $table-line-height: emCalc(18px) !default;
27
27
 
28
28
  // These are for controlling the display and margin of tables
29
- $table-display: table-cell !default;
30
- $table-margin-bottom: emCalc(20px) !default;
29
+ $table-display: table-cell !default;
30
+ $table-margin-bottom: emCalc(20px) !default;
31
31
 
32
32
 
33
33
  //
@@ -4,14 +4,14 @@
4
4
  $include-html-media-classes: $include-html-classes !default;
5
5
 
6
6
  // We use these to control border styles
7
- $thumb-border-style: solid !default;
8
- $thumb-border-width: 4px !default;
9
- $thumb-border-color: #fff !default;
10
- $thumb-box-shadow: 0 0 0 1px rgba(#000,.2) !default;
7
+ $thumb-border-style: solid !default;
8
+ $thumb-border-width: 4px !default;
9
+ $thumb-border-color: #fff !default;
10
+ $thumb-box-shadow: 0 0 0 1px rgba(#000,.2) !default;
11
11
  $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5) !default;
12
12
 
13
13
  // Radius and transition speed for thumbs
14
- $thumb-radius: $global-radius !default;
14
+ $thumb-radius: $global-radius !default;
15
15
  $thumb-transition-speed: 200ms !default;
16
16
 
17
17
  //
@@ -3,25 +3,25 @@
3
3
  //
4
4
  $include-html-tooltip-classes: $include-html-classes !default;
5
5
 
6
- $has-tip-border-bottom: dotted 1px #ccc !default;
7
- $has-tip-font-weight: bold !default;
8
- $has-tip-font-color: #333 !default;
6
+ $has-tip-border-bottom: dotted 1px #ccc !default;
7
+ $has-tip-font-weight: bold !default;
8
+ $has-tip-font-color: #333 !default;
9
9
  $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%) !default;
10
- $has-tip-font-color-hover: $primary-color !default;
11
- $has-tip-cursor-type: help !default;
10
+ $has-tip-font-color-hover: $primary-color !default;
11
+ $has-tip-cursor-type: help !default;
12
12
 
13
- $tooltip-padding: emCalc(8px) !default;
14
- $tooltip-bg: #000 !default;
15
- $tooltip-font-size: emCalc(15px) !default;
16
- $tooltip-font-weight: bold !default;
17
- $tooltip-font-color: #fff !default;
18
- $tooltip-line-height: 1.3 !default;
19
- $tooltip-close-font-size: emCalc(10px) !default;
20
- $tooltip-close-font-weight: normal !default;
21
- $tooltip-close-font-color: #888 !default;
22
- $tooltip-font-size-sml: emCalc(14px) !default;
23
- $tooltip-radius: $global-radius !default;
24
- $tooltip-pip-size: 5px !default;
13
+ $tooltip-padding: emCalc(8px) !default;
14
+ $tooltip-bg: #000 !default;
15
+ $tooltip-font-size: emCalc(15px) !default;
16
+ $tooltip-font-weight: bold !default;
17
+ $tooltip-font-color: #fff !default;
18
+ $tooltip-line-height: 1.3 !default;
19
+ $tooltip-close-font-size: emCalc(10px) !default;
20
+ $tooltip-close-font-weight: normal !default;
21
+ $tooltip-close-font-color: #888 !default;
22
+ $tooltip-font-size-sml: emCalc(14px) !default;
23
+ $tooltip-radius: $global-radius !default;
24
+ $tooltip-pip-size: 5px !default;
25
25
 
26
26
  @if $include-html-tooltip-classes != false {
27
27
 
@@ -4,62 +4,62 @@
4
4
  $include-html-top-bar-classes: $include-html-classes !default;
5
5
 
6
6
  // Background color for the top bar
7
- $topbar-bg: #111 !default;
7
+ $topbar-bg: #111 !default;
8
8
 
9
9
  // Height and margin
10
- $topbar-height: 45px !default;
11
- $topbar-margin-bottom: emCalc(30px) !default;
10
+ $topbar-height: 45px !default;
11
+ $topbar-margin-bottom: emCalc(30px) !default;
12
12
 
13
13
  // Control Input height for top bar
14
- $topbar-input-height: 2.45em !default;
14
+ $topbar-input-height: 2.45em !default;
15
15
 
16
16
  // Controlling the styles for the title in the top bar
17
- $topbar-title-weight: bold !default;
18
- $topbar-title-font-size: emCalc(17px) !default;
17
+ $topbar-title-weight: bold !default;
18
+ $topbar-title-font-size: emCalc(17px) !default;
19
19
 
20
20
  // Style the top bar dropdown elements
21
- $topbar-dropdown-bg: #222 !default;
22
- $topbar-dropdown-link-color: #fff !default;
23
- $topbar-dropdown-link-bg: lighten($topbar-bg, 5%) !default;
24
- $topbar-dropdown-toggle-size: 5px !default;
25
- $topbar-dropdown-toggle-color: #fff !default;
26
- $topbar-dropdown-toggle-alpha: 0.5 !default;
21
+ $topbar-dropdown-bg: #222 !default;
22
+ $topbar-dropdown-link-color: #fff !default;
23
+ $topbar-dropdown-link-bg: lighten($topbar-bg, 5%) !default;
24
+ $topbar-dropdown-toggle-size: 5px !default;
25
+ $topbar-dropdown-toggle-color: #fff !default;
26
+ $topbar-dropdown-toggle-alpha: 0.5 !default;
27
27
 
28
28
  // Set the link colors and styles for top-level nav
29
- $topbar-link-color: #fff !default;
30
- $topbar-link-color-hover: #fff !default;
31
- $topbar-link-color-active: #fff !default;
32
- $topbar-link-weight: bold !default;
33
- $topbar-link-font-size: emCalc(13px) !default;
34
- $topbar-link-hover-lightness: -30% !default; // Darken by 30%
35
- $topbar-link-bg-hover: darken($topbar-bg, 3%) !default;
36
- $topbar-link-bg-active: darken($topbar-bg, 3%) !default;
37
-
38
- $topbar-dropdown-label-color: #555 !default;
29
+ $topbar-link-color: #fff !default;
30
+ $topbar-link-color-hover: #fff !default;
31
+ $topbar-link-color-active: #fff !default;
32
+ $topbar-link-weight: bold !default;
33
+ $topbar-link-font-size: emCalc(13px) !default;
34
+ $topbar-link-hover-lightness: -30% !default; // Darken by 30%
35
+ $topbar-link-bg-hover: darken($topbar-bg, 3%) !default;
36
+ $topbar-link-bg-active: darken($topbar-bg, 3%) !default;
37
+
38
+ $topbar-dropdown-label-color: #555 !default;
39
39
  $topbar-dropdown-label-text-transform: uppercase !default;
40
- $topbar-dropdown-label-font-weight: bold !default;
41
- $topbar-dropdown-label-font-size: emCalc(10px) !default;
40
+ $topbar-dropdown-label-font-weight: bold !default;
41
+ $topbar-dropdown-label-font-size: emCalc(10px) !default;
42
42
 
43
43
  // Top menu icon styles
44
- $topbar-menu-link-transform: uppercase !default;
45
- $topbar-menu-link-font-size: emCalc(13px) !default;
46
- $topbar-menu-link-weight: bold !default;
47
- $topbar-menu-link-color: #fff !default;
48
- $topbar-menu-icon-color: #fff !default;
49
- $topbar-menu-link-color-toggled: #888 !default;
50
- $topbar-menu-icon-color-toggled: #888 !default;
44
+ $topbar-menu-link-transform: uppercase !default;
45
+ $topbar-menu-link-font-size: emCalc(13px) !default;
46
+ $topbar-menu-link-weight: bold !default;
47
+ $topbar-menu-link-color: #fff !default;
48
+ $topbar-menu-icon-color: #fff !default;
49
+ $topbar-menu-link-color-toggled: #888 !default;
50
+ $topbar-menu-icon-color-toggled: #888 !default;
51
51
 
52
52
  // Transitions and breakpoint styles
53
- $topbar-transition-speed: 300ms !default;
54
- $topbar-breakpoint: emCalc(940px) !default; // Change to 9999px for always mobile layout
55
- $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
53
+ $topbar-transition-speed: 300ms !default;
54
+ $topbar-breakpoint: emCalc(940px) !default; // Change to 9999px for always mobile layout
55
+ $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
56
56
 
57
57
  // Divider Styles
58
- $topbar-divider-border-bottom: solid 1px lighten($topbar-bg, 10%) !default;
59
- $topbar-divider-border-top: solid 1px darken($topbar-bg, 10%) !default;
58
+ $topbar-divider-border-bottom: solid 1px lighten($topbar-bg, 10%) !default;
59
+ $topbar-divider-border-top: solid 1px darken($topbar-bg, 10%) !default;
60
60
 
61
61
  // Sticky Class
62
- $topbar-sticky-class: ".sticky" !default;
62
+ $topbar-sticky-class: ".sticky" !default;
63
63
 
64
64
  @if $include-html-top-bar-classes != false {
65
65
 
@@ -4,102 +4,102 @@
4
4
  $include-html-type-classes: $include-html-classes !default;
5
5
 
6
6
  // We use these to control header font styles
7
- $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
8
- $header-font-weight: bold !default;
9
- $header-font-style: normal !default;
10
- $header-font-color: #222 !default;
11
- $header-line-height: 1.4 !default;
12
- $header-top-margin: .2em !default;
13
- $header-bottom-margin: .5em !default;
14
- $header-text-rendering: optimizeLegibility !default;
7
+ $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
8
+ $header-font-weight: bold !default;
9
+ $header-font-style: normal !default;
10
+ $header-font-color: #222 !default;
11
+ $header-line-height: 1.4 !default;
12
+ $header-top-margin: .2em !default;
13
+ $header-bottom-margin: .5em !default;
14
+ $header-text-rendering: optimizeLegibility !default;
15
15
 
16
16
  // We use these to control header font sizes
17
- $h1-font-size: emCalc(44px) !default;
18
- $h2-font-size: emCalc(37px) !default;
19
- $h3-font-size: emCalc(27px) !default;
20
- $h4-font-size: emCalc(23px) !default;
21
- $h5-font-size: emCalc(18px) !default;
22
- $h6-font-size: 1em !default;
17
+ $h1-font-size: emCalc(44px) !default;
18
+ $h2-font-size: emCalc(37px) !default;
19
+ $h3-font-size: emCalc(27px) !default;
20
+ $h4-font-size: emCalc(23px) !default;
21
+ $h5-font-size: emCalc(18px) !default;
22
+ $h6-font-size: 1em !default;
23
23
 
24
24
  // These control how subheaders are styled.
25
- $subheader-line-height: 1.4 !default;
26
- $subheader-font-color: lighten($header-font-color, 30%) !default;
27
- $subheader-font-weight: 300 !default;
28
- $subheader-top-margin: .2em !default;
29
- $subheader-bottom-margin: .5em !default;
25
+ $subheader-line-height: 1.4 !default;
26
+ $subheader-font-color: lighten($header-font-color, 30%) !default;
27
+ $subheader-font-weight: 300 !default;
28
+ $subheader-top-margin: .2em !default;
29
+ $subheader-bottom-margin: .5em !default;
30
30
 
31
31
  // A general <small> styling
32
- $small-font-size: 60% !default;
33
- $small-font-color: lighten($header-font-color, 30%) !default;
32
+ $small-font-size: 60% !default;
33
+ $small-font-color: lighten($header-font-color, 30%) !default;
34
34
 
35
35
  // We use these to style paragraphs
36
- $paragraph-font-family: inherit !default;
37
- $paragraph-font-weight: normal !default;
38
- $paragraph-font-size: 1em !default;
39
- $paragraph-line-height: 1.6 !default;
40
- $paragraph-margin-bottom: emCalc(20px) !default;
41
- $paragraph-aside-font-size: emCalc(14px) !default;
42
- $paragraph-aside-line-height: 1.35 !default;
43
- $paragraph-aside-font-style: italic !default;
44
- $paragraph-text-rendering: optimizeLegibility !default;
36
+ $paragraph-font-family: inherit !default;
37
+ $paragraph-font-weight: normal !default;
38
+ $paragraph-font-size: 1em !default;
39
+ $paragraph-line-height: 1.6 !default;
40
+ $paragraph-margin-bottom: emCalc(20px) !default;
41
+ $paragraph-aside-font-size: emCalc(14px) !default;
42
+ $paragraph-aside-line-height: 1.35 !default;
43
+ $paragraph-aside-font-style: italic !default;
44
+ $paragraph-text-rendering: optimizeLegibility !default;
45
45
 
46
46
  // We use these to style <code> tags
47
- $code-color: darken($alert-color, 15%) !default;
48
- $code-font-family: Consolas, 'Liberation Mono', Courier, monospace !default;
49
- $code-font-weight: bold !default;
47
+ $code-color: darken($alert-color, 15%) !default;
48
+ $code-font-family: Consolas, 'Liberation Mono', Courier, monospace !default;
49
+ $code-font-weight: bold !default;
50
50
 
51
51
  // We use these to style anchors
52
- $anchor-text-decoration: none !default;
53
- $anchor-font-color: $primary-color !default;
54
- $anchor-font-color-hover: darken($primary-color, 5%) !default;
52
+ $anchor-text-decoration: none !default;
53
+ $anchor-font-color: $primary-color !default;
54
+ $anchor-font-color-hover: darken($primary-color, 5%) !default;
55
55
 
56
56
  // We use these to style the <hr> element
57
- $hr-border-width: 1px !default;
58
- $hr-border-style: solid !default;
59
- $hr-border-color: #ddd !default;
60
- $hr-margin: emCalc(20px) !default;
57
+ $hr-border-width: 1px !default;
58
+ $hr-border-style: solid !default;
59
+ $hr-border-color: #ddd !default;
60
+ $hr-margin: emCalc(20px) !default;
61
61
 
62
62
  // We use these to style lists
63
- $list-style-position: outside !default;
64
- $list-side-margin: emCalc(20px) !default;
65
- $list-nested-margin: emCalc(20px) !default;
66
- $definition-list-header-weight: bold !default;
63
+ $list-style-position: outside !default;
64
+ $list-side-margin: 0 !default;
65
+ $list-nested-margin: emCalc(20px) !default;
66
+ $definition-list-header-weight: bold !default;
67
67
  $definition-list-header-margin-bottom: .3em !default;
68
- $definition-list-margin-bottom: emCalc(12px) !default;
68
+ $definition-list-margin-bottom: emCalc(12px) !default;
69
69
 
70
70
  // We use these to style blockquotes
71
- $blockquote-font-color: lighten($header-font-color, 30%) !default;
72
- $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px) !default;
73
- $blockquote-border: 1px solid #ddd !default;
74
- $blockquote-cite-font-size: emCalc(13px) !default;
75
- $blockquote-cite-font-color: lighten($header-font-color, 20%) !default;
76
- $blockquote-cite-link-color: $blockquote-cite-font-color !default;
71
+ $blockquote-font-color: lighten($header-font-color, 30%) !default;
72
+ $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px) !default;
73
+ $blockquote-border: 1px solid #ddd !default;
74
+ $blockquote-cite-font-size: emCalc(13px) !default;
75
+ $blockquote-cite-font-color: lighten($header-font-color, 20%) !default;
76
+ $blockquote-cite-link-color: $blockquote-cite-font-color !default;
77
77
 
78
78
  // Acronym styles
79
- $acronym-underline: 1px dotted #ddd !default;
79
+ $acronym-underline: 1px dotted #ddd !default;
80
80
 
81
81
  // We use these to control padding and margin
82
- $microformat-padding: emCalc(10px) emCalc(12px) !default;
83
- $microformat-margin: 0 0 emCalc(20px) 0 !default;
82
+ $microformat-padding: emCalc(10px) emCalc(12px) !default;
83
+ $microformat-margin: 0 0 emCalc(20px) 0 !default;
84
84
 
85
85
  // We use these to control the border styles
86
- $microformat-border-width: 1px !default;
87
- $microformat-border-style: solid !default;
88
- $microformat-border-color: #ddd !default;
86
+ $microformat-border-width: 1px !default;
87
+ $microformat-border-style: solid !default;
88
+ $microformat-border-color: #ddd !default;
89
89
 
90
90
  // We use these to control full name font styles
91
- $microformat-fullname-font-weight: bold !default;
92
- $microformat-fullname-font-size: emCalc(15px) !default;
91
+ $microformat-fullname-font-weight: bold !default;
92
+ $microformat-fullname-font-size: emCalc(15px) !default;
93
93
 
94
94
  // We use this to control the summary font styles
95
- $microformat-summary-font-weight: bold !default;
95
+ $microformat-summary-font-weight: bold !default;
96
96
 
97
97
  // We use this to control abbr padding
98
- $microformat-abbr-padding: 0 emCalc(1px) !default;
98
+ $microformat-abbr-padding: 0 emCalc(1px) !default;
99
99
 
100
100
  // We use this to control abbr font styles
101
- $microformat-abbr-font-weight: bold !default;
102
- $microformat-abbr-font-decoration: none !default;
101
+ $microformat-abbr-font-weight: bold !default;
102
+ $microformat-abbr-font-decoration: none !default;
103
103
 
104
104
 
105
105
  //
@@ -1,8 +1,7 @@
1
1
  description 'Foundation Compass Gem'
2
2
 
3
- stylesheet '../project/scss/_settings.scss', :to => '_settings.scss'
4
- stylesheet '../project/scss/app.scss', :to => 'app.scss'
5
- stylesheet '../../scss/normalize.scss', :to => 'normalize.scss', :media => "screen, projector, print"
3
+ stylesheet '../../scss/normalize.scss', :to => '_normalize.scss'
4
+ stylesheet '../../scss/foundation/_variables.scss', :to => '_settings.scss'
6
5
 
7
6
  def copy_js_from(relative_path, prefix_path, excludes=[])
8
7
  absolute_path = File.join(File.dirname(__FILE__), relative_path, prefix_path)
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.2.1
4
+ version: 4.2.2
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-05-31 00:00:00.000000000 Z
12
+ date: 2013-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -59,6 +59,7 @@ files:
59
59
  - LICENSE
60
60
  - README.md
61
61
  - Rakefile
62
+ - composer.json
62
63
  - docs/CHANGELOG.md
63
64
  - docs/Capfile
64
65
  - docs/Gemfile
@@ -131,6 +132,11 @@ files:
131
132
  - docs/img/demos/interchange/med.jpg
132
133
  - docs/img/demos/interchange/small.jpg
133
134
  - docs/img/demos/interchange/smallest.jpg
135
+ - docs/img/favicons/apple-touch-icon-114x114-precomposed.png
136
+ - docs/img/favicons/apple-touch-icon-144x144-precomposed.png
137
+ - docs/img/favicons/apple-touch-icon-72x72-precomposed.png
138
+ - docs/img/favicons/apple-touch-icon-precomposed.png
139
+ - docs/img/favicons/favicon.ico
134
140
  - docs/index.html.erb
135
141
  - docs/javascript.html.erb
136
142
  - docs/js/docs.js
@@ -172,6 +178,7 @@ files:
172
178
  - lib/foundation/generators/templates/application.html.erb
173
179
  - lib/foundation/generators/templates/application.html.haml
174
180
  - lib/foundation/generators/templates/application.html.slim
181
+ - lib/foundation/sprockets.rb
175
182
  - lib/foundation/version.rb
176
183
  - lib/zurb-foundation.rb
177
184
  - package.json
@@ -236,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
243
  version: '0'
237
244
  segments:
238
245
  - 0
239
- hash: -4467022467300233239
246
+ hash: -541920394098296033
240
247
  required_rubygems_version: !ruby/object:Gem::Requirement
241
248
  none: false
242
249
  requirements:
@@ -245,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
252
  version: '0'
246
253
  segments:
247
254
  - 0
248
- hash: -4467022467300233239
255
+ hash: -541920394098296033
249
256
  requirements: []
250
257
  rubyforge_project:
251
258
  rubygems_version: 1.8.23